C# Class FubuMVC.LightningQueues.FubuLoggingAdapter

Inheritance: global::LightningQueues.Logging.ILogger
Afficher le fichier Open project: DarthFubuMVC/fubumvc

Méthodes publiques

Méthode 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 méthode

public Debug ( string message ) : void
message string
Résultat void

DebugFormat() public méthode

public DebugFormat ( string message ) : void
message string
Résultat void

DebugFormat() public méthode

public DebugFormat ( string message, object arg1 ) : void
message string
arg1 object
Résultat void

DebugFormat() public méthode

public DebugFormat ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
Résultat void

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

FubuLoggingAdapter() public méthode

public FubuLoggingAdapter ( ILogger logger ) : System
logger ILogger
Résultat System

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

InfoFormat() public méthode

public InfoFormat ( string message ) : void
message string
Résultat void

InfoFormat() public méthode

public InfoFormat ( string message, object arg1 ) : void
message string
arg1 object
Résultat void

InfoFormat() public méthode

public InfoFormat ( string message, object arg1, object arg2 ) : void
message string
arg1 object
arg2 object
Résultat void