Skip to content

Commit 3d65b17

Browse files
authored
Update README.md [Skip CI]
1 parent f8efc4d commit 3d65b17

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,7 @@ Log.Information("Hello, {@User}, {N:x8} at {Now}",
8787
DateTime.Now);
8888
```
8989

90-
**Default `JsonFormatter`**
91-
92-
292 bytes.
90+
**Default `JsonFormatter`** 292 bytes
9391

9492
```
9593
{"Timestamp":"2016-06-07T13:44:57.8532799+10:00","Level":"Information","MessageT
@@ -98,9 +96,7 @@ rdt","Tags":[1,2,3]},"N":123,"Now":"2016-06-07T13:44:57.8532799+10:00"},"Renderi
9896
ngs":{"N":[{"Format":"x8","Rendering":"0000007b"}]}}
9997
```
10098

101-
**`CompactJsonFormatter`**
102-
103-
187 bytes (**0.64**).
99+
**`CompactJsonFormatter`** 187 bytes (0.64)
104100

105101
```
106102
{"@t":"2016-06-07T03:44:57.8532799Z","@mt":"Hello, {@User}, {N:x8} at {Now}","@r

0 commit comments

Comments
 (0)