C# Class Apache.NMS.Tracer

Datei anzeigen Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method 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

Method Description
Tracer ( )

Method Details

Debug() public static method

public static Debug ( object message ) : void
message object
return void

DebugFormat() public static method

public static DebugFormat ( string format ) : void
format string
return void

Error() public static method

public static Error ( object message ) : void
message object
return void

ErrorFormat() public static method

public static ErrorFormat ( string format ) : void
format string
return void

Fatal() public static method

public static Fatal ( object message ) : void
message object
return void

FatalFormat() public static method

public static FatalFormat ( string format ) : void
format string
return void

Info() public static method

public static Info ( object message ) : void
message object
return void

InfoFormat() public static method

public static InfoFormat ( string format ) : void
format string
return void

Warn() public static method

public static Warn ( object message ) : void
message object
return void

WarnFormat() public static method

public static WarnFormat ( string format ) : void
format string
return void