C# Class XLogger, WuxingogoExtension

Afficher le fichier Open project: wuxingogo/WuxingogoExtension Class Usage Examples

Méthodes publiques

Свойство Type Description
EnableLog bool

Méthodes publiques

Méthode Description
Log ( object message ) : void
Log ( object message, Object context ) : void
LogError ( object message ) : void
LogError ( object message, Object context ) : void
LogErrorFormat ( Object context, string message ) : void
LogFormat ( Object context, string message ) : void
LogFormat ( string message ) : void
LogWarning ( object message ) : void
LogWarning ( object message, Object context ) : void
LogWarningFormat ( Object context, string message ) : void
LogWarningFormat ( string message ) : void

Method Details

Log() public static méthode

public static Log ( object message ) : void
message object
Résultat void

Log() public static méthode

public static Log ( object message, Object context ) : void
message object
context Object
Résultat void

LogError() public static méthode

public static LogError ( object message ) : void
message object
Résultat void

LogError() public static méthode

public static LogError ( object message, Object context ) : void
message object
context Object
Résultat void

LogErrorFormat() public static méthode

public static LogErrorFormat ( Object context, string message ) : void
context Object
message string
Résultat void

LogFormat() public static méthode

public static LogFormat ( Object context, string message ) : void
context Object
message string
Résultat void

LogFormat() public static méthode

public static LogFormat ( string message ) : void
message string
Résultat void

LogWarning() public static méthode

public static LogWarning ( object message ) : void
message object
Résultat void

LogWarning() public static méthode

public static LogWarning ( object message, Object context ) : void
message object
context Object
Résultat void

LogWarningFormat() public static méthode

public static LogWarningFormat ( Object context, string message ) : void
context Object
message string
Résultat void

LogWarningFormat() public static méthode

public static LogWarningFormat ( string message ) : void
message string
Résultat void

Property Details

EnableLog public_oe static_oe property

public static bool EnableLog
Résultat bool