Skip to content

Commit

Permalink
Merge pull request #34 from chrismcna/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nblumhardt authored Dec 11, 2019
2 parents 7dd9c48 + 0c32bea commit b8df615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The `AddFile()` method exposes some basic options for controlling the connection

| Parameter | Description | Example value |
| --------- | ----------- | ------------- |
| `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` |
| `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` |
| `minimumLevel` | The level below which events will be suppressed (the default is `LogLevel.Information`). | `LogLevel.Debug` |
| `levelOverrides` | A dictionary mapping logger name prefixes to minimum logging levels. | |
| `isJson` | If true, the log file will be written in JSON format. | `true` |
Expand Down

0 comments on commit b8df615

Please sign in to comment.