Click or drag to resize

AxiomCore2.Log Namespace

 
Classes
 ClassDescription
Public classCode exampleClientLog Singleton object that provides functionality to send messages back to the client. Messages are also logged on the server.
Public classCode exampleCoreLog Singleton object that provides functionality to log messages to the server log . Messages are NOT delivered to the client.
Interfaces
 InterfaceDescription
Public interfaceILog Interface used to define required logging methods for a class to provide logging functionality.
Delegates
 DelegateDescription
Public delegateClientLogShouldSuppressClientMessageDelegate 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.