Difference between revisions of "Serilog"
(→How To Configure Logging) |
(→How To Configure Logging) |
||
Line 76: | Line 76: | ||
<source lang="xml"> | <source lang="xml"> | ||
+ | |||
<LoggingConfiguration> | <LoggingConfiguration> | ||
<add key="LogRootPath" value=""/> | <add key="LogRootPath" value=""/> | ||
Line 85: | Line 86: | ||
<add key="RollingInterval" value="Day"/> | <add key="RollingInterval" value="Day"/> | ||
</LoggingConfiguration> | </LoggingConfiguration> | ||
+ | |||
</source> | </source> | ||
Revision as of 08:35, 16 November 2020
Serilog is a portable and structured logging framework to record diagnostic logs into files, console and SQL/NoSQL databases.
See also