C# Class NServiceBus.Extensions.Hosting.Logger

Inheritance: ILog
Exibir arquivo Open project: Particular/NServiceBus.Extensions.Hosting

Public Methods

Method Description
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
DebugFormat ( string format ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
ErrorFormat ( string format ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
FatalFormat ( string format ) : void
Info ( string message ) : void
Info ( string message, Exception exception ) : void
InfoFormat ( string format ) : void
Logger ( ILogger logger ) : System
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void
WarnFormat ( string format ) : void

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

Debug() public method

public Debug ( string message, Exception exception ) : void
message string
exception Exception
return void

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Error() public method

public Error ( string message, Exception exception ) : void
message string
exception Exception
return void

ErrorFormat() public method

public ErrorFormat ( string format ) : void
format string
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Fatal() public method

public Fatal ( string message, Exception exception ) : void
message string
exception Exception
return void

FatalFormat() public method

public FatalFormat ( string format ) : void
format string
return void

Info() public method

public Info ( string message ) : void
message string
return void

Info() public method

public Info ( string message, Exception exception ) : void
message string
exception Exception
return void

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void

Logger() public method

public Logger ( ILogger logger ) : System
logger ILogger
return System

Warn() public method

public Warn ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message, Exception exception ) : void
message string
exception Exception
return void

WarnFormat() public method

public WarnFormat ( string format ) : void
format string
return void