The log is written to the Windows Event Log by default.
The caller can override this and set a private method which will be called
for each log entry. It is not legal to call Citrusleaf during the callback
because a deadlock could result.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- level
- Type: net.citrusleaf CitrusleafClient LogLevel
Log level.
- msg
- Type:
System String
Log message.
- uobject
- Type:
System Object
User defined data passed with message.
See Also