%ZHSLIB.PackageManager.Core.LogManager
class %ZHSLIB.PackageManager.Core.LogManager extends %ZHSLIB.PackageManager.Core.Singleton
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Messages as list of %ZHSLIB.PackageManager.Core.LogManager.Message;
Property methods: MessagesBuildValueArray(), MessagesCollectionToDisplay(), MessagesCollectionToOdbc(), MessagesDisplayToCollection(), MessagesGet(), MessagesGetObject(), MessagesGetObjectId(), MessagesGetSwizzled(), MessagesIsValid(), MessagesOdbcToCollection(), MessagesSet(), MessagesSetObject(), MessagesSetObjectId()
property Threshold as %Integer [ InitialExpression = $$$HSPMLogWARNING ];
Property methods: ThresholdDisplayToLogical(), ThresholdGet(), ThresholdIsValid(), ThresholdLogicalToDisplay(), ThresholdNormalize(), ThresholdSet()
property UniqueMessageHashes [ Private , MultiDimensional ];
Has hashes of unique messages (with data equal to the index in ..Messages of that message)
Property methods: UniqueMessageHashesDisplayToLogical(), UniqueMessageHashesGet(), UniqueMessageHashesIsValid(), UniqueMessageHashesLogicalToDisplay(), UniqueMessageHashesLogicalToOdbc(), UniqueMessageHashesNormalize(), UniqueMessageHashesSet()
Methods (Including Private)
private method %OnClose() as %Status [ Language = objectscript ]
Flushes out the log of messages before doing the standard singleton cleanup.
private method AddMessage(pMessage As %ZHSLIB.PackageManager.Core.LogManager.Message, pUnique As %Boolean = 0) [ Language = objectscript ]
private classmethod CreateMessage(pMessage As %String, pUnique As %Boolean = 0, pSeverity As %Integer) [ Language = objectscript ]
@API.Method
method Flush(pThreshold As %Integer = ..Threshold) [ Language = objectscript ]
@API.Method
@API.Method
@API.Method
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %Get()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- GetInMemoryInstance()