Last updated Mar 27, 2024

Enabling SQL logging

The Active Objects library uses SLF4J for logging SQL statements. Namely it defines a logger named net.java.ao.sql.

When using the library, to enable the SQL logging, simply enable logging of the logger mentioned above in your preferred implementation of the SLF4J api at level DEBUG.

When using the plugin, simply configure the logger mentioned above at level DEBUG within your application's log administration.

Rate this page: