C# Class FubuMVC.LightningQueues.FubuLoggingAdapter

Inheritance: global::LightningQueues.Logging.ILogger
Datei anzeigen Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
Debug ( string message ) : void
DebugFormat ( string message ) : void
DebugFormat ( string message, object arg1 ) : void
DebugFormat ( string message, object arg1, object arg2 ) : void
Error ( string message, Exception exception ) : void
FubuLoggingAdapter ( ILogger logger ) : System
Info ( string message ) : void
InfoFormat ( string message ) : void
InfoFormat ( string message, object arg1 ) : void
InfoFormat ( string message, object arg1, object arg2 ) : void

Method Details

Debug() public method

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

DebugFormat() public method

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

DebugFormat() public method

public DebugFormat ( string message, object arg1 ) : void
message string
arg1 object
return void

DebugFormat() public method

public DebugFormat ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
return void

Error() public method

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

FubuLoggingAdapter() public method

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

Info() public method

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

InfoFormat() public method

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

InfoFormat() public method

public InfoFormat ( string message, object arg1 ) : void
message string
arg1 object
return void

InfoFormat() public method

public InfoFormat ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
return void