public interface Logger
This interface is based on the Logger interface from the SLF4J project. The
goal is to create an interface without external dependencies but can be used
with a SLF4J compliant logger.
- See Also:
-
org.slf4j.Logger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
getName()
void
void
void
void
void
boolean
boolean
boolean
boolean
boolean
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
ANSI_RESET
- See Also:
-
ANSI_BLACK
- See Also:
-
ANSI_RED
- See Also:
-
ANSI_GREEN
- See Also:
-
ANSI_YELLOW
- See Also:
-
ANSI_BLUE
- See Also:
-
ANSI_PURPLE
- See Also:
-
ANSI_CYAN
- See Also:
-
ANSI_WHITE
- See Also:
-
-
Method Details
-
getName
String getName() -
isTraceEnabled
boolean isTraceEnabled() -
trace
-
trace
-
trace
-
trace
-
trace
-
isDebugEnabled
boolean isDebugEnabled() -
debug
-
debug
-
debug
-
debug
-
debug
-
isInfoEnabled
boolean isInfoEnabled() -
info
-
info
-
info
-
info
-
info
-
isWarnEnabled
boolean isWarnEnabled() -
warn
-
warn
-
warn
-
warn
-
warn
-
isErrorEnabled
boolean isErrorEnabled() -
error
-
error
-
error
-
error
-
error
-