B D E G I O R S T W 

B

BukkitPluginLoggerAdapter - Class in org.slf4j.impl
A merger of SLF4J's SimpleLogger and JDK14LoggerAdapter, wired to log all messages to the enclosing Bukkit plugin.
BukkitPluginLoggerFactory - Class in org.slf4j.impl
An implementation of ILoggerFactory which always returns SimpleLogger instances.
BukkitPluginLoggerFactory() - Constructor for class org.slf4j.impl.BukkitPluginLoggerFactory
 

D

debug(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
A simple implementation which logs messages of level DEBUG according to the format outlined above.
debug(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform single parameter substitution before logging the message of level DEBUG according to the format outlined above.
debug(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
debug(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
debug(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Log a message of level DEBUG, including an exception.

E

error(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
A simple implementation which always logs messages of level ERROR according to the format outlined above.
error(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.
error(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
error(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level ERROR according to the format outlined above.
error(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Log a message of level ERROR, including an exception.

G

getLogger(String) - Method in class org.slf4j.impl.BukkitPluginLoggerFactory
Return an appropriate BukkitPluginLoggerAdapter instance by name.
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently this method always returns an instance of BasicMarkerFactory.
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently, this method returns the class name of BasicMarkerFactory .
getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
Currently this method always returns an instance of BasicMDCAdapter .
getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.
getSingleton() - Static method in class org.slf4j.impl.StaticMarkerBinder
Return the singleton of this class.
getSingleton() - Static method in class org.slf4j.impl.StaticMDCBinder
Return the singleton of this class.

I

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?

O

org.slf4j.impl - package org.slf4j.impl
 

R

REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.

S

SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
The unique instance of this class.
SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
The unique instance of this class.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - Class in org.slf4j.impl
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
StaticMDCBinder - Class in org.slf4j.impl
This implementation is bound to BasicMDCAdapter.

T

trace(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
A simple implementation which logs messages of level TRACE according to the format outlined above.
trace(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform single parameter substitution before logging the message of level TRACE according to the format outlined above.
trace(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
trace(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
trace(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Log a message of level TRACE, including an exception.

W

warn(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
A simple implementation which always logs messages of level WARN according to the format outlined above.
warn(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform single parameter substitution before logging the message of level WARN according to the format outlined above.
warn(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
warn(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
warn(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
Log a message of level WARN, including an exception.
B D E G I O R S T W 

Copyright © 2016. All rights reserved.