%Net.MQTT.Logger
abstract class %Net.MQTT.Logger extends %Library.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.TracerMethod Inventory
Methods
Override this method to perform your custom logging. This method must complete
quickly else performance of the library will be negatively affected.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()