Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%Installer.AbstractLogger

class %Installer.AbstractLogger extends %Library.RegisteredObject

Logging interface for the %Installer

Method Inventory

Methods

method BeginLogging() as %Status
Called to indicate that logging is going to start
method EndLogging() as %Status
Called to indicate when a manifest is done logging.
method LogEntry(pLevel As %Integer, pTopic As %String, ByRef pArgs)
Log a message to the install log

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab