Try OpenEdge Now
ABL Reference
Handle Reference
:
LOG-MANAGER system handle
LOG-MANAGER system handle
A handle to logging settings for the current ABL session.
Syntax
LOG-MANAGER
[
:
attribute
|
:
method
]
attribute
An attribute of the LOG-MANAGER system handle.
method
A method of the LOG-MANAGER system handle.
Attributes
ENTRY-TYPES-LIST attribute
HANDLE attribute
INSTANTIATING-PROCEDURE attribute
LOG-ENTRY-TYPES attribute
LOGFILE-NAME attribute
LOGGING-LEVEL attribute
LOG-THRESHOLD attribute
NUM-LOG-FILES attribute
TYPE attribute
Methods
CLEAR-LOG( ) method
CLOSE-LOG( ) method
WRITE-MESSAGE( ) method
–
For more information about logging, see
OpenEdge Development: Debugging and Troubleshooting
.