Difference between revisions of "Serilog"
(→NewFeatures) |
|||
Line 36: | Line 36: | ||
Used to replace our existing Microsoft.Practices.EnterpriseLibrary.Logging with more up-to-date solution like Serilog. | Used to replace our existing Microsoft.Practices.EnterpriseLibrary.Logging with more up-to-date solution like Serilog. | ||
===NewFeatures=== | ===NewFeatures=== | ||
+ | *We replaced all the code that uses the Microsoft.Practices.EnterpriseLibrrary.Logging library with the Serilog library. | ||
+ | *Added a new Class LoggerInitializer which contains all the Serilog Sinks (Log event sinks generally record log events to some external representation, typically the console, a file or data store). | ||
Revision as of 06:36, 22 June 2020
Serilog is a portable and structured logging framework to record diagnostic logs into files, console and SQL/NoSQL databases.