ActiveWeb Logging
ActiveWeb will use a logging system that is integrated into the app via SLF4J, see Log4j2 Configuration.
When logging from filters and controllers, there is no need to create
a new logger, since the following methods are already available from the
class HttpSupport
, which is a super class for all
controllers and controller filters:
logDebug(..);
logError(..);
logInfo(..);
logWarning(..);
How to comment
The comment section below is to discuss documentation on this page.
If you have an issue, or discover bug, please follow instructions on the Support page