Axiom |
| Class | Description | |
|---|---|---|
| ClientLog | Singleton object that provides functionality to send messages back to the client. Messages are also logged on the server. | |
| CoreLog | Singleton object that provides functionality to log messages to the server log . Messages are NOT delivered to the client. |
| Interface | Description | |
|---|---|---|
| ILog | Interface used to define required logging methods for a class to provide logging functionality. |
| Delegate | Description | |
|---|---|---|
| ClientLogShouldSuppressClientMessageDelegate | Delegate that can be used to override the default behavior of a message and suppress it from being sent and displayed in the Axiom client. |