C# Class Gymnastika.Common.Logging.LoggerExtensions

Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Méthode Description
Debug ( this logger, string message ) : void
Debug ( this logger, string category, string message ) : void
Error ( this logger, string message ) : void
Error ( this logger, string category, string message ) : void
Fatal ( this logger, string message ) : void
Fatal ( this logger, string category, string message ) : void
Information ( this logger, string message ) : void
Information ( this logger, string category, string message ) : void
Warning ( this logger, string message ) : void
Warning ( this logger, string category, string message ) : void

Private Methods

Méthode Description
FilteredLog ( ILogger logger, LogLevel level, string category, string format, object objects ) : void

Method Details

Debug() public static méthode

public static Debug ( this logger, string message ) : void
logger this
message string
Résultat void

Debug() public static méthode

public static Debug ( this logger, string category, string message ) : void
logger this
category string
message string
Résultat void

Error() public static méthode

public static Error ( this logger, string message ) : void
logger this
message string
Résultat void

Error() public static méthode

public static Error ( this logger, string category, string message ) : void
logger this
category string
message string
Résultat void

Fatal() public static méthode

public static Fatal ( this logger, string message ) : void
logger this
message string
Résultat void

Fatal() public static méthode

public static Fatal ( this logger, string category, string message ) : void
logger this
category string
message string
Résultat void

Information() public static méthode

public static Information ( this logger, string message ) : void
logger this
message string
Résultat void

Information() public static méthode

public static Information ( this logger, string category, string message ) : void
logger this
category string
message string
Résultat void

Warning() public static méthode

public static Warning ( this logger, string message ) : void
logger this
message string
Résultat void

Warning() public static méthode

public static Warning ( this logger, string category, string message ) : void
logger this
category string
message string
Résultat void