ILogger
Manages logging.
            
                
Determines if messages of priority "debug" will be logged.
            
Determines if messages of priority "error" will be logged.
            
Determines if messages of priority "fatal" will be logged.
            
Determines if messages of priority "info" will be logged.
            
Determines if messages of priority "trace" will be logged.
            
Determines if messages of priority "warn" will be logged.
            
Create a new child logger.
              The name of the child logger is [current-loggers-name].[passed-in-name]
            
Logs a debug message.
            
Logs a debug message with lazily constructed message. The message will be constructed only if the  IsDebugEnabled is true.
            
Logs a debug message.
            
Logs a debug message.
            
Logs a debug message.
            
Logs a debug message.
            
Logs a debug message.
            
Logs an error message.
            
Logs an error message with lazily constructed message. The message will be constructed only if the  IsErrorEnabled is true.
            
Logs an error message.
            
Logs an error message.
            
Logs an error message.
            
Logs an error message.
            
Logs an error message.
            
Logs a fatal message.
            
Logs a fatal message with lazily constructed message. The message will be constructed only if the  IsFatalEnabled is true.
            
Logs a fatal message.
            
Logs a fatal message.
            
Logs a fatal message.
            
Logs a fatal message.
            
Logs a fatal message.
            
Logs an info message.
            
Logs a info message with lazily constructed message. The message will be constructed only if the  IsInfoEnabled is true.
            
Logs an info message.
            
Logs an info message.
            
Logs an info message.
            
Logs an info message.
            
Logs an info message.
            
Logs a trace message.
            
Logs a trace message with lazily constructed message. The message will be constructed only if the  IsTraceEnabled is true.
            
Logs a trace message.
            
Logs a trace message.
            
Logs a trace message.
            
Logs a trace message.
            
Logs a trace message.
            
Logs a warn message.
            
Logs a warn message with lazily constructed message. The message will be constructed only if the  IsWarnEnabled is true.
            
Logs a warn message.
            
Logs a warn message.
            
Logs a warn message.
            
Logs a warn message.
            
Logs a warn message.