Package org.slf4j.impl

SLF4J is the "simple logging facade for Java". This package contains the SLF4J adapter for the REFCODES.ORG logging framework represented by the RuntimeLogger and the more generic Logger types.

This implementation is based on a provided logger adapter (as shipped with the SLF4J sources [1]) and tailored according to the SLF4J FAQ [2].

"... It is important to create these files in the package: org.slf4j.impl, because SLF4J is using this to find the correct adapter ..." [3] This means that the package structure for the adapter is given and must not be changed.

Regarding the usage of SLF4J, please refer to the official SLF4J documentation [4].

Skip navigation links

Copyright © 2018. All rights reserved.