%TSQL.sys.log
class %TSQL.sys.log extends %Library.RegisteredObject
Property Inventory
Method Inventory
- logError()
- logHeader()
- logResults()
- logStatus()
- logStream()
- startLog()
- stopLog()
- traceContext()
- traceDeferredStatement()
- traceError()
- traceMessage()
- traceResult()
- traceStatus()
- write()
Properties
Methods
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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()