Difference between revisions of "Serilog"
(→How To Configure Logging) |
|||
Line 89: | Line 89: | ||
</source> | </source> | ||
− | [[ | + | ===How to configure loging 3.5 === |
+ | * [[Configuration_Files/Logging.config]] | ||
+ | * [[HowTo:Configure_Logging]] | ||
+ | |||
=== Since Version 3.6 === | === Since Version 3.6 === | ||
Replace our existing Microsoft.Practices.EnterpriseLibrary.Logging with more up-to-date solution like Serilog. | Replace our existing Microsoft.Practices.EnterpriseLibrary.Logging with more up-to-date solution like Serilog. | ||
− | + | ||
=Example= | =Example= |
Revision as of 08:41, 16 November 2020
Serilog is a portable and structured logging framework to record diagnostic logs into files, console and SQL/NoSQL databases.
See also