Execution time loggers
Execution time loggers are used during runtime of application after your logger is properly initialized.
General usage and rules
SLF4J -> SLF4J_BRIDGE -> ANY_LOGGER
SLF4J through it's bridges can use any type of logger which is available for SLF4J or provided by user.
We are strongly recommend to use SLF4J as a logging bridge (used by JLupin itself). By default recommended configuration is set to use Log4j2 as a logger implementation.
SLF4J -> SLF4J_LOG4J2_BRIDGE -> LOG4J2
If you want to use other logger for SLF4J you need to exclude bridge to Log4j2 and Log4j2 itself.