abstract class %Net.MQTT.Logger
extends %RegisteredObject
This is the base class for instances of %Net.MQTT.Logger. Users wishing to perform their own
custom logging should subclass this class, and attach an instance of that class to the Logger
property an instance of %Net.MQTT.Tracer
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
1
|
|
|
|
|
method Log(level As %Integer, message As %String)
Override this method to perform your custom logging. This method must complete
quickly else performance of the library will be negatively affected.