C# Class SpecDrill.Infrastructure.Logging.LoggerExtensions

Show file Open project: CosminSontu/SpecDrill

Public Methods

Method Description
Debug ( this logger, Exception exception, object message ) : void
Debug ( this logger, Exception exception, string format ) : void
Debug ( this logger, object message ) : void
Debug ( this logger, string format ) : void
Error ( this logger, Exception exception, object message ) : void
Error ( this logger, Exception exception, string format ) : void
Error ( this logger, object message ) : void
Error ( this logger, string format ) : void
Fatal ( this logger, Exception exception, object message ) : void
Fatal ( this logger, Exception exception, string format ) : void
Fatal ( this logger, object message ) : void
Fatal ( this logger, string format ) : void
Info ( this logger, Exception exception, object message ) : void
Info ( this logger, Exception exception, string format ) : void
Info ( this logger, object message ) : void
Info ( this logger, string format ) : void
Warning ( this logger, Exception exception, object message ) : void
Warning ( this logger, Exception exception, string format ) : void
Warning ( this logger, object message ) : void
Warning ( this logger, string format ) : void

Method Details

Debug() public static method

public static Debug ( this logger, Exception exception, object message ) : void
logger this
exception System.Exception
message object
return void

Debug() public static method

public static Debug ( this logger, Exception exception, string format ) : void
logger this
exception System.Exception
format string
return void

Debug() public static method

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

Debug() public static method

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

Error() public static method

public static Error ( this logger, Exception exception, object message ) : void
logger this
exception System.Exception
message object
return void

Error() public static method

public static Error ( this logger, Exception exception, string format ) : void
logger this
exception System.Exception
format string
return void

Error() public static method

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

Error() public static method

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

Fatal() public static method

public static Fatal ( this logger, Exception exception, object message ) : void
logger this
exception System.Exception
message object
return void

Fatal() public static method

public static Fatal ( this logger, Exception exception, string format ) : void
logger this
exception System.Exception
format string
return void

Fatal() public static method

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

Fatal() public static method

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

Info() public static method

public static Info ( this logger, Exception exception, object message ) : void
logger this
exception System.Exception
message object
return void

Info() public static method

public static Info ( this logger, Exception exception, string format ) : void
logger this
exception System.Exception
format string
return void

Info() public static method

public static Info ( this logger, object message ) : void
logger this
message object
return void

Info() public static method

public static Info ( this logger, string format ) : void
logger this
format string
return void

Warning() public static method

public static Warning ( this logger, Exception exception, object message ) : void
logger this
exception System.Exception
message object
return void

Warning() public static method

public static Warning ( this logger, Exception exception, string format ) : void
logger this
exception System.Exception
format string
return void

Warning() public static method

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

Warning() public static method

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