%TSQL.sys.log
class %TSQL.sys.log extends %Library.RegisteredObject
Property Inventory (Including Private)
Method Inventory (Including Private)
- %OnClose()
- %OnNew()
- logError()
- logHeader()
- logResults()
- logStatus()
- logStream()
- startLog()
- stopLog()
- traceContext()
- traceDeferredStatement()
- traceEmbeddedStatement()
- traceError()
- traceMessage()
- traceResult()
- traceStatus()
- write()
Properties (Including Private)
Methods (Including Private)
The return value of this method is ignored.
If this method returns an error then the object will not be created.
It is passed the arguments provided in the %New call. When customizing this method, override the arguments with whatever variables and types you expect to receive from %New(). For example, if you're going to call %New, passing 2 arguments, %OnNew's signature could be:
Method %OnNew(dob as %Date = "", name as %Name = "") as %Status
Report an error from a %SYSTEM.Error object
error - an instance of %SYSTEM.Error
Report a status message from a trace
sc - pass as status code
message - pass a message to be written both to the current device and to the log (or "") (optional)
outcome - pass an array of stats (optional)
Copy the contents of a stream to the log
stream - stream to copy to the file.
Report an error from a %SYSTEM.Error object
error - an instance of %SYSTEM.Error
Report a status message from a trace
sc - pass as status code
message - pass a message to be written both to the current device and to the log (or "") (optional)
outcome - pass an array of stats (optional)
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnConstructClone()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()