You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The `AddFile()` method exposes some basic options for controlling the connection
115
115
116
116
| Parameter | Description | Example value |
117
117
| --------- | ----------- | ------------- |
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`|
119
119
|`minimumLevel`| The level below which events will be suppressed (the default is `LogLevel.Information`). |`LogLevel.Debug`|
120
120
|`levelOverrides`| A dictionary mapping logger name prefixes to minimum logging levels. ||
121
121
|`isJson`| If true, the log file will be written in JSON format. |`true`|
0 commit comments