Interface JaxoPluginLogger
public interface JaxoPluginLogger
A wrapper of JaxoLog for plugins.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLogs a DEBUG exception.voidLogs a DEBUG message.voidLogs a DEBUG message.voidLogs a INFO exception.voidLogs a INFO message.voidLogs a INFO message.booleanCheck if a debug message would actually be logged by the current logger.booleanCheck if a info message would actually be logged by the current logger.booleanCheck if a warn message would actually be logged by the current logger.voidLogs a WARN exception.voidLogs a WARN message.voidLogs a WARN message.
-
Method Details
-
isDebugEnabled
boolean isDebugEnabled()Check if a debug message would actually be logged by the current logger.- Returns:
- true if debug logging is enabled.
-
isInfoEnabled
boolean isInfoEnabled()Check if a info message would actually be logged by the current logger.- Returns:
- true if info logging is enabled.
-
isWarnEnabled
boolean isWarnEnabled()Check if a warn message would actually be logged by the current logger.- Returns:
- true if warn logging is enabled.
-
debug
-
debug
-
debug
-
info
-
info
-
info
-
warn
-
warn
-
warn
-