Namespace Common.Log
Classes
- AggregateLogger
Sends log messages to all specified loggers.
- EmptyLog
Log that do nothing
- LogAggregate
Builder for AggregateLogger.
Interfaces
- ILog
Log abstraction. Do not inject this interface directly into your class, instead of this, inject ILoggerFactory and obtain log using one of CreateXXX methods.