Skip to main content

%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