Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(Class<?> aClass)
Return a
Logger decorating the SLF4J Logger returned by a call to
SLF4J's LoggerFactory.getLogger(Class) . |
static Logger |
getLogger(String loggerName)
Return a
Logger decorating the SLF4J Logger returned by a call to
SLF4J's LoggerFactory.getLogger(String) . |
Copyright © 2013. All Rights Reserved.