Interface ITrace
The ITrace interface is used internally by ActiveMQ to log messages.
The client aplication may provide an implementation of ITrace if it wishes to
route messages to a specific destination.
Assembly: Apache.NMS.dll
Syntax
Properties
|
Improve this Doc
View Source
IsDebugEnabled
Declaration
bool IsDebugEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsErrorEnabled
Declaration
bool IsErrorEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFatalEnabled
Declaration
bool IsFatalEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsInfoEnabled
Declaration
bool IsInfoEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsWarnEnabled
Declaration
bool IsWarnEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Debug(String)
Declaration
void Debug(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
Error(String)
Declaration
void Error(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
Fatal(String)
Declaration
void Fatal(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
Info(String)
Declaration
void Info(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
Warn(String)
Declaration
void Warn(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|