Namespace FixAntenna.Common.Logging
Classes
BaseLog
DefaultLog
Default log implementation.
This log supports only error, fatal and warn
levels.
DefaultLogFactory
Factory for default loggers.
LogFactory
The log factory implementation. Provides functionality for create and configure NLog or Common Logging instance, if no one is exists, the DefaultLog implementation is used instead.
NLogFactory
NLogWrapper
Interfaces
ILog
The base logging interface.
ILogFactory
Log factory interface.