ILog
Provides a mechanism for Logging.
Create a logger that marks log events as being from the specified source type.
Create a logger that marks log events as being from the specified source type.
Create a logger that enriches log events with the specified property.
Push a property onto the context, returning an IDisposable
that must later be used to remove the property, along with any others that
may have been pushed on top of it and not yet popped. The property must
be popped from the same thread/logical call context.
Logs a message at the debug log level.
Logs a message at the debug log level.
Logs a message at the error log level.
Logs a message at the error log level.
Logs a message at the fatal log level.
Logs a message at the fatal log level.
Logs a message at the information log level.
Logs a message at the information log level.
Logs a message at the verbose log level.
Logs a message at the verbose log level.
Logs a message at the warning log level.
Logs a message at the warning log level.