Appearance
Last updated:
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.
org.slf4j.Logger
WARNING
TODO: Add more information about logging in AT4J.