Package org.seppiko.glf.scl
Class GLFLogging
java.lang.Object
org.seppiko.glf.scl.GLFLogging
- All Implemented Interfaces:
org.seppiko.commons.logging.Logging
Logging over GLF
- Author:
- Leonard Woo
-
Field Summary
Fields inherited from interface org.seppiko.commons.logging.Logging
LEVEL_DEBUG_INT, LEVEL_ERROR_INT, LEVEL_FATAL_INT, LEVEL_INFO_INT, LEVEL_TRACE_INT, LEVEL_WARN_INT -
Method Summary
Modifier and TypeMethodDescriptionorg.seppiko.commons.logging.LoggingBuilderatDebug()org.seppiko.commons.logging.LoggingBuilderatError()org.seppiko.commons.logging.LoggingBuilderatFatal()org.seppiko.commons.logging.LoggingBuilderatInfo()org.seppiko.commons.logging.LoggingBuilderatTrace()org.seppiko.commons.logging.LoggingBuilderatWarn()voiddebug(CharSequence message) voiddebug(CharSequence message, Throwable cause) voiddebug(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier) voiderror(CharSequence message) voiderror(CharSequence message, Throwable cause) voiderror(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier) voidfatal(CharSequence message) voidfatal(CharSequence message, Throwable cause) voidfatal(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier) getName()voidinfo(CharSequence message) voidinfo(CharSequence message, Throwable cause) voidinfo(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier) booleanbooleanisEnable(int level) booleanbooleanbooleanbooleanbooleanvoidlog(int level, CharSequence message) voidlog(int level, CharSequence message, Throwable cause) voidlog(int level, CharSequence message, Throwable cause, Supplier<?>... paramSuppliers) voidtrace(CharSequence message) voidtrace(CharSequence message, Throwable cause) voidtrace(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier) voidwarn(CharSequence message) voidwarn(CharSequence message, Throwable cause) voidwarn(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier)
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.seppiko.commons.logging.Logging
-
isEnable
public boolean isEnable(int level) - Specified by:
isEnablein interfaceorg.seppiko.commons.logging.Logging
-
log
- Specified by:
login interfaceorg.seppiko.commons.logging.Logging
-
log
- Specified by:
login interfaceorg.seppiko.commons.logging.Logging
-
log
- Specified by:
login interfaceorg.seppiko.commons.logging.Logging
-
isTraceEnable
public boolean isTraceEnable()- Specified by:
isTraceEnablein interfaceorg.seppiko.commons.logging.Logging
-
trace
- Specified by:
tracein interfaceorg.seppiko.commons.logging.Logging
-
trace
- Specified by:
tracein interfaceorg.seppiko.commons.logging.Logging
-
trace
- Specified by:
tracein interfaceorg.seppiko.commons.logging.Logging
-
atTrace
public org.seppiko.commons.logging.LoggingBuilder atTrace()- Specified by:
atTracein interfaceorg.seppiko.commons.logging.Logging
-
isDebugEnable
public boolean isDebugEnable()- Specified by:
isDebugEnablein interfaceorg.seppiko.commons.logging.Logging
-
debug
- Specified by:
debugin interfaceorg.seppiko.commons.logging.Logging
-
debug
- Specified by:
debugin interfaceorg.seppiko.commons.logging.Logging
-
debug
- Specified by:
debugin interfaceorg.seppiko.commons.logging.Logging
-
atDebug
public org.seppiko.commons.logging.LoggingBuilder atDebug()- Specified by:
atDebugin interfaceorg.seppiko.commons.logging.Logging
-
isInfoEnable
public boolean isInfoEnable()- Specified by:
isInfoEnablein interfaceorg.seppiko.commons.logging.Logging
-
info
- Specified by:
infoin interfaceorg.seppiko.commons.logging.Logging
-
info
- Specified by:
infoin interfaceorg.seppiko.commons.logging.Logging
-
info
- Specified by:
infoin interfaceorg.seppiko.commons.logging.Logging
-
atInfo
public org.seppiko.commons.logging.LoggingBuilder atInfo()- Specified by:
atInfoin interfaceorg.seppiko.commons.logging.Logging
-
isWarnEnable
public boolean isWarnEnable()- Specified by:
isWarnEnablein interfaceorg.seppiko.commons.logging.Logging
-
warn
- Specified by:
warnin interfaceorg.seppiko.commons.logging.Logging
-
warn
- Specified by:
warnin interfaceorg.seppiko.commons.logging.Logging
-
warn
- Specified by:
warnin interfaceorg.seppiko.commons.logging.Logging
-
atWarn
public org.seppiko.commons.logging.LoggingBuilder atWarn()- Specified by:
atWarnin interfaceorg.seppiko.commons.logging.Logging
-
isErrorEnable
public boolean isErrorEnable()- Specified by:
isErrorEnablein interfaceorg.seppiko.commons.logging.Logging
-
error
- Specified by:
errorin interfaceorg.seppiko.commons.logging.Logging
-
error
- Specified by:
errorin interfaceorg.seppiko.commons.logging.Logging
-
error
- Specified by:
errorin interfaceorg.seppiko.commons.logging.Logging
-
atError
public org.seppiko.commons.logging.LoggingBuilder atError()- Specified by:
atErrorin interfaceorg.seppiko.commons.logging.Logging
-
isFatalEnable
public boolean isFatalEnable()- Specified by:
isFatalEnablein interfaceorg.seppiko.commons.logging.Logging
-
fatal
- Specified by:
fatalin interfaceorg.seppiko.commons.logging.Logging
-
fatal
- Specified by:
fatalin interfaceorg.seppiko.commons.logging.Logging
-
fatal
- Specified by:
fatalin interfaceorg.seppiko.commons.logging.Logging
-
atFatal
public org.seppiko.commons.logging.LoggingBuilder atFatal()- Specified by:
atFatalin interfaceorg.seppiko.commons.logging.Logging
-