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.Log

class %Installer.Log extends %Installer.Activity

This is a "Log" activity within a Manifest document

Property Inventory

Properties

property Level as %Integer [ Required ];
Level
Property methods: LevelDisplayToLogical(), LevelGet(), LevelIsValid(), LevelLogicalToDisplay(), LevelNormalize(), LevelSet(), LevelXSDToLogical()
property Text as %String (MAXLEN = 32000);
Message
Property methods: TextDisplayToLogical(), TextGet(), TextIsValid(), TextLogicalToDisplay(), TextLogicalToOdbc(), TextNormalize(), TextSet()
property Topic as %String;
Topic
Property methods: TopicDisplayToLogical(), TopicGet(), TopicIsValid(), TopicLogicalToDisplay(), TopicLogicalToOdbc(), TopicNormalize(), TopicSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab