Skip to main content

Logging

For maximum compatibility and to avoid external dependencies we use, by default, the JDK Platform Logging (JEP 264). The Platform Logging falls back to the java.util.logging API by default.

For more advanced configuration scenarios we encourage you to provide an alternative, compatible, adapter:

It's also possible to provide a custom run.endive.log.Logger implementation if JDK Platform Logging is not available or doesn't fit.