Interface ILogger
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(CharSequence content) void
debug
(CharSequence content, Throwable error) void
void
void
error
(CharSequence content) void
error
(CharSequence content, Throwable error) void
void
void
info
(CharSequence content) void
info
(CharSequence content, Throwable error) void
void
boolean
boolean
boolean
boolean
void
warn
(CharSequence content) void
warn
(CharSequence content, Throwable error) void
void
-
Method Details
-
debug
-
debug
-
debug
-
debug
-
error
-
error
-
error
-
error
-
info
-
info
-
info
-
info
-
isDebugEnabled
boolean isDebugEnabled() -
isErrorEnabled
boolean isErrorEnabled() -
isInfoEnabled
boolean isInfoEnabled() -
isWarnEnabled
boolean isWarnEnabled() -
warn
-
warn
-
warn
-
warn
-