C# Class Gymnastika.Common.Logging.LoggerExtensions

Show file Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
Debug ( this logger, string message ) : void
Debug ( this logger, string category, string message ) : void
Error ( this logger, string message ) : void
Error ( this logger, string category, string message ) : void
Fatal ( this logger, string message ) : void
Fatal ( this logger, string category, string message ) : void
Information ( this logger, string message ) : void
Information ( this logger, string category, string message ) : void
Warning ( this logger, string message ) : void
Warning ( this logger, string category, string message ) : void

Private Methods

Method Description
FilteredLog ( ILogger logger, LogLevel level, string category, string format, object objects ) : void

Method Details

Debug() public static method

public static Debug ( this logger, string message ) : void
logger this
message string
return void

Debug() public static method

public static Debug ( this logger, string category, string message ) : void
logger this
category string
message string
return void

Error() public static method

public static Error ( this logger, string message ) : void
logger this
message string
return void

Error() public static method

public static Error ( this logger, string category, string message ) : void
logger this
category string
message string
return void

Fatal() public static method

public static Fatal ( this logger, string message ) : void
logger this
message string
return void

Fatal() public static method

public static Fatal ( this logger, string category, string message ) : void
logger this
category string
message string
return void

Information() public static method

public static Information ( this logger, string message ) : void
logger this
message string
return void

Information() public static method

public static Information ( this logger, string category, string message ) : void
logger this
category string
message string
return void

Warning() public static method

public static Warning ( this logger, string message ) : void
logger this
message string
return void

Warning() public static method

public static Warning ( this logger, string category, string message ) : void
logger this
category string
message string
return void