Namespace Serilog
Classes
- Log
An optional static entry point for logging that can be easily referenced by different parts of an application. To configure the Log set the Logger static property to a logger instance.
- LoggerConfiguration
Configuration object for creating ILogger instances.
- LoggerExtensions
Extends ILogger with additional methods.
Interfaces
- ILogger
The core Serilog logging API, used for writing log events.