What are Loggers?
The logger concept lies at the heart of log4net’s configuration. Loggers are organized into a hierarchy and give the programmer run-time control on which logging statements are printed or not. Loggers are assigned levels through the configuration of log4net. A log statement is routed through to the appender depending on its level and its logger.
The notion of loggers lies at the heart of log4net’s configuration. Loggers define a hierarchy and give the programmer run-time control on which statements are printed or not. Loggers are assigned levels through the configuration of log4net. A log statement is routed through to the appender depending on its level and its logger.