public abstract class AbstractLogger extends java.lang.Object implements EcmLogger
| Constructor and Description |
|---|
AbstractLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier) |
void |
debug(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
debug(java.util.function.Supplier<java.lang.String> supplier) |
void |
debug(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
debug(java.lang.Throwable e) |
void |
error(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier) |
void |
error(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
error(java.util.function.Supplier<java.lang.String> supplier) |
void |
error(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
error(java.lang.Throwable e) |
void |
info(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier) |
void |
info(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
info(java.util.function.Supplier<java.lang.String> supplier) |
void |
info(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
info(java.lang.Throwable e) |
void |
warning(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier) |
void |
warning(Identifiable identifiable,
java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
warning(java.util.function.Supplier<java.lang.String> supplier) |
void |
warning(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e) |
void |
warning(java.lang.Throwable e) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, debug, debug, debug, error, error, error, error, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, setLoggingLevel, warning, warning, warning, warningpublic void info(java.lang.Throwable e)
info in interface EcmSimpleLoggerpublic void warning(java.lang.Throwable e)
warning in interface EcmSimpleLoggerpublic void debug(java.lang.Throwable e)
debug in interface EcmSimpleLoggerpublic void error(java.lang.Throwable e)
error in interface EcmSimpleLoggerpublic void debug(java.util.function.Supplier<java.lang.String> supplier)
debug in interface EcmSupplierLoggerpublic void debug(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier)
debug in interface EcmSupplierLoggerpublic void debug(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e)
debug in interface EcmSupplierLoggerpublic void debug(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier, java.lang.Throwable e)
debug in interface EcmSupplierLoggerpublic void info(java.util.function.Supplier<java.lang.String> supplier)
info in interface EcmSupplierLoggerpublic void info(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier)
info in interface EcmSupplierLoggerpublic void info(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e)
info in interface EcmSupplierLoggerpublic void info(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier, java.lang.Throwable e)
info in interface EcmSupplierLoggerpublic void warning(java.util.function.Supplier<java.lang.String> supplier)
warning in interface EcmSupplierLoggerpublic void warning(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier)
warning in interface EcmSupplierLoggerpublic void warning(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e)
warning in interface EcmSupplierLoggerpublic void warning(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier, java.lang.Throwable e)
warning in interface EcmSupplierLoggerpublic void error(java.util.function.Supplier<java.lang.String> supplier)
error in interface EcmSupplierLoggerpublic void error(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier)
error in interface EcmSupplierLoggerpublic void error(java.util.function.Supplier<java.lang.String> supplier,
java.lang.Throwable e)
error in interface EcmSupplierLoggerpublic void error(Identifiable identifiable, java.util.function.Supplier<java.lang.String> supplier, java.lang.Throwable e)
error in interface EcmSupplierLogger