Package de.galan.commons.logging
Class Slogr
- java.lang.Object
-
- de.galan.commons.logging.Slogr
-
public class Slogr extends Object
Returns the Slf4j logger for the calling class (for Log4j2 use Logr). Can be used to determine the Logger, reduces errors when copy&paste.
-
-
Constructor Summary
Constructors Constructor Description Slogr()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.slf4j.Loggerget()To be used to get the Slf4J Logger in a class, eg.
-