Skip to content

Commit b8df615

Browse files
authored
Merge pull request #34 from chrismcna/dev
Update README.md
2 parents 7dd9c48 + 0c32bea commit b8df615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The `AddFile()` method exposes some basic options for controlling the connection
115115

116116
| Parameter | Description | Example value |
117117
| --------- | ----------- | ------------- |
118-
| `pathFormat` | Filname to write. The filename may include `{Date}` to specify how the date portion of the filename is calculated. May include environment variables.| `Logs/log-{Date}.txt` |
118+
| `pathFormat` | Filename to write. The filename may include `{Date}` to specify how the date portion of the filename is calculated. May include environment variables.| `Logs/log-{Date}.txt` |
119119
| `minimumLevel` | The level below which events will be suppressed (the default is `LogLevel.Information`). | `LogLevel.Debug` |
120120
| `levelOverrides` | A dictionary mapping logger name prefixes to minimum logging levels. | |
121121
| `isJson` | If true, the log file will be written in JSON format. | `true` |

0 commit comments

Comments
 (0)