Difference between revisions of "Serilog"
(→Logging methods used in UBIKKernel) |
(→Logging methods used in UBIKKernel) |
||
Line 72: | Line 72: | ||
**The default for the event level is set to Debug and its values can be changed to Verbose, Information, Warning, Error or Fatal. | **The default for the event level is set to Debug and its values can be changed to Verbose, Information, Warning, Error or Fatal. | ||
**File default count limit is set to 31 and its values can be changed to any positive number. | **File default count limit is set to 31 and its values can be changed to any positive number. | ||
− | **The default Rolling policies is set to Day and its values can be | + | **The default Rolling policies is set to Day and its values can be changed to "Day", "Month" or "Year". |
Revision as of 08:23, 22 June 2020
Serilog is a portable and structured logging framework to record diagnostic logs into files, console and SQL/NoSQL databases.