Set the logging level of citrusleaf. Allows the specification of a callback delegate,
which will be called whenever a message of greater verbosity than the set level happens.
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.
- callback
- Type: net.citrusleaf CitrusleafClient LogCallback
Method to call.
- uobject
- Type:
System Object
User defined data passed with message.
See Also