Skip to content

Commit 60599cc

Browse files
committed
Convert the Readme to md
1 parent 09e7121 commit 60599cc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
= CLTLogger
2-
François Lamboley <francois[email protected]>
3-
1+
# CLTLogger
42
A simple SwiftLog-compatible logger designed for Command Line Tools.
53

6-
== Usage
4+
## Usage
75
TODO
86

9-
== Metadata Log Format
7+
## Metadata Log Format
108

119
The metadata log format is very opinionated:
1210

@@ -17,9 +15,8 @@ and so we do not quote neither backslash level0 keys;
1715
- Keys are sorted in the output, always.
1816

1917
Example of logs:
20-
[code,txt]
21-
----
18+
```text
2219
⚠️ [request_id: "42"] with some metadata
2320
⚠️ [request_id: "42", service_id: "ldap"] with some metadata
2421
⚠️ [faulty_wires: "[\"d\", \"a\", \"oops, has\\\"a quote\"]", request_id: "42", service_id: "ldap"] with some metadata
25-
----
22+
```

0 commit comments

Comments
 (0)