A B C D E G H I M O R S T V W 

A

add(Marker) - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
Not supported.

B

BukkitColorMapper - Class in info.ronjenkins.slf4bukkit
Utility class that maps ChatColor values to their JAnsi equivalents, so that messages logged to the console are formatted correctly.
BukkitColorMapper() - Constructor for class info.ronjenkins.slf4bukkit.BukkitColorMapper
 
BukkitColorMarker - Enum in info.ronjenkins.slf4bukkit
SLF4J markers that map to ChatColors.
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 BukkitPluginLoggerAdapter instances.
BukkitPluginLoggerFactory() - Constructor for class org.slf4j.impl.BukkitPluginLoggerFactory
 

C

contains(Marker) - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
These markers never have references.
contains(String) - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
These markers never have references.

D

debug(Marker, String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(Marker, String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
debug(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 

E

error(Marker, String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(Marker, String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
error(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 

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
 
getName() - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
Returns the enum name of this marker.
getName() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
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.
getValue() - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
Returns the Bukkit color object associated with this marker.

H

hasChildren() - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
These markers never have references.
hasReferences() - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
These markers never have references.

I

info(Marker, String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(Marker, String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
info.ronjenkins.slf4bukkit - package info.ronjenkins.slf4bukkit
 
init(boolean) - Static method in class org.slf4j.impl.BukkitPluginLoggerAdapter
(Re)initializes all SLF4Bukkit loggers in this plugin, relying on the YAML configuration of the plugin.
isDebugEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isDebugEnabled(Marker) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isErrorEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isErrorEnabled(Marker) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isInfoEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isInfoEnabled(Marker) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isTraceEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isTraceEnabled(Marker) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isWarnEnabled() - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
isWarnEnabled(Marker) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
iterator() - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
These markers never have references.

M

map(String) - Static method in class info.ronjenkins.slf4bukkit.BukkitColorMapper
Translates ChatColor directives to their JAnsi equivalents.

O

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

R

remove(Marker) - Method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
Not supported.
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(Marker, String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(Marker, String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
trace(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 

V

valueOf(String) - Static method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.ronjenkins.slf4bukkit.BukkitColorMarker
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Marker, String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(Marker, String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(String) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(String, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(String, Object...) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(String, Object, Object) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
warn(String, Throwable) - Method in class org.slf4j.impl.BukkitPluginLoggerAdapter
 
A B C D E G H I M O R S T V W 

Copyright © 2016. All rights reserved.