Uses of Class
org.slf4j.impl.StaticLoggerBinder
-
Packages that use StaticLoggerBinder Package Description org.slf4j.impl Log4j 2.0 SLF4J Binding. -
-
Uses of StaticLoggerBinder in org.slf4j.impl
Fields in org.slf4j.impl declared as StaticLoggerBinder Modifier and Type Field Description private static StaticLoggerBinder
StaticLoggerBinder. SINGLETON
The unique instance of this class.Methods in org.slf4j.impl that return StaticLoggerBinder Modifier and Type Method Description static StaticLoggerBinder
StaticLoggerBinder. getSingleton()
Returns the singleton of this class.
-