C# Class NServiceBus.NamedLogger

Inheritance: ILog
Show file Open project: Particular/NServiceBus

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
NamedLogger ( string name, DefaultLoggerFactory defaultLoggerFactory ) : 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 System.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 System.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 System.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 System.Exception
return void

InfoFormat() public method

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

NamedLogger() public method

public NamedLogger ( string name, DefaultLoggerFactory defaultLoggerFactory ) : System
name string
defaultLoggerFactory DefaultLoggerFactory
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 System.Exception
return void

WarnFormat() public method

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