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 loggerFor 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 loggerFor logging events that occur during the session. Workflows execute in the context of a session.