%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 (Including Private)
Methods (Including Private)
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 (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()