- info(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
A simple implementation which logs messages of level INFO according
to the format outlined above.
- info(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Perform single parameter substitution before logging the message of level
INFO according to the format outlined above.
- info(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Perform double parameter substitution before logging the message of level
INFO according to the format outlined above.
- info(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Perform double parameter substitution before logging the message of level
INFO according to the format outlined above.
- info(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Log a message of level INFO, including an exception.
- init(boolean) - Static method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
(Re)initializes all SLF4Bukkit loggers, relying on the YAML configuration
of the enclosing plugin.
- isDebugEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Are debug messages currently enabled?
- isErrorEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Are error messages currently enabled?
- isInfoEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Are info messages currently enabled?
- isTraceEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Are trace messages currently enabled?
- isWarnEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
-
Are warn messages currently enabled?