Gateway Logging - Platform - BlueCat Gateway - 24.3.3

Gateway Administration Guide

ft:locale
en-US
Product name
BlueCat Gateway
Version
24.3.3

BlueCat Gateway uses two types of loggers. Both of which are available to Gateway workflow developers when building custom applications, plugins, and workflows:

  • app.logger: The general-purpose logger

    For logging messages about the application. Gateway developers can use this logger to log events that occur while the application is running, such as raised exceptions.

  • g.user.logger: The session-specific logger

    For logging events that occur during the session. Workflows execute in the context of a session.