Skip to main content

%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.Tracer

Method Inventory

Methods

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.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab