Skip to content
On this page

Last updated:

Logging

AT4J uses the SLF4J logging facade. This allows you to use your favorite logging framework with AT4J. By default, AT4J uses the org.slf4j.Logger interface to log messages.

WARNING

TODO: Add more information about logging in AT4J.

Apache 2.0 Licensed