C# Class Apache.NMS.Tracer

Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
Debug ( object message ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
FatalFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
Warn ( object message ) : void
WarnFormat ( string format ) : void

Private Methods

Méthode Description
Tracer ( )

Method Details

Debug() public static méthode

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

DebugFormat() public static méthode

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

Error() public static méthode

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

ErrorFormat() public static méthode

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

Fatal() public static méthode

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

FatalFormat() public static méthode

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

Info() public static méthode

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

InfoFormat() public static méthode

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

Warn() public static méthode

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

WarnFormat() public static méthode

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