public class InternalLoggerBinder extends Object implements ReplaceableLoggerBinder
| Modifier and Type | Method and Description |
|---|---|
static org.slf4j.Logger |
getLogger(Class aClass) |
static org.slf4j.Logger |
getLogger(String name) |
org.slf4j.ILoggerFactory |
getLoggerFactory() |
static InternalLoggerBinder |
getSingleton() |
void |
notifyLoggingInitialized(org.slf4j.ILoggerFactory loggerFactory) |
void |
register(CrappyLogger logger) |
public static InternalLoggerBinder getSingleton()
public static org.slf4j.Logger getLogger(Class aClass)
public static org.slf4j.Logger getLogger(String name)
public org.slf4j.ILoggerFactory getLoggerFactory()
public void register(CrappyLogger logger)
register in interface ReplaceableLoggerBinderpublic void notifyLoggingInitialized(org.slf4j.ILoggerFactory loggerFactory)
notifyLoggingInitialized in interface ReplaceableLoggerBinderCopyright © 2016–2017 squark.io. All rights reserved.