Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Net] >  [MQTT] >  [Logger]
Private  Storage   

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1


Summary

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
Log

Subclasses
%Net.MQTT.Tracer EnsLib.MQTT.Adapter.Common

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.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.