C# Class ICSharpCode.Core.LoggingService

Class for easy logging.
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( object message ) : void
DebugFormatted ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormatted ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception exception ) : void
FatalFormatted ( string format ) : void
Info ( object message ) : void
InfoFormatted ( string format ) : void
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormatted ( string format ) : void

Private Methods

Méthode Description
LoggingService ( ) : System

Method Details

Debug() public static méthode

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

DebugFormatted() public static méthode

public static DebugFormatted ( string format ) : void
format string
Résultat void

Error() public static méthode

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

Error() public static méthode

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

ErrorFormatted() public static méthode

public static ErrorFormatted ( string format ) : void
format string
Résultat void

Fatal() public static méthode

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

Fatal() public static méthode

public static Fatal ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

FatalFormatted() public static méthode

public static FatalFormatted ( string format ) : void
format string
Résultat void

Info() public static méthode

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

InfoFormatted() public static méthode

public static InfoFormatted ( string format ) : void
format string
Résultat void

Warn() public static méthode

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

Warn() public static méthode

public static Warn ( object message, Exception exception ) : void
message object
exception System.Exception
Résultat void

WarnFormatted() public static méthode

public static WarnFormatted ( string format ) : void
format string
Résultat void