Database Guide : GLORP Tutorial : Logging Framework
Logging Framework
As of VAST 14.1, GLORP utilizes the EsLogManager, VAST’s default logging framework.
Default Behavior Unless customized, the #logger accessor performs the following logic:
1. It queries the EsLogManager for an existing logger named 'GLORP'.
2. If this logger is not found, it creates one automatically.
3. It assigns the EsTranscriptAppender as the single appender, directing all query output to the Transcript.
Customization If you require different output destinations or formatting, you can customize the behavior by supplying your own instance of EsLogger or by adding a specific appender of your preference to the 'GLORP' logger.
Performance Warning Enabling logging will have a noticeable impact on performance. This is because the framework must convert most abstract commands into SQL strings for printing.
Last modified date: 01/20/2026