public class LoggerFactory extends Object
Logger instances that uses SLF4J if present, falling back on a
java.util.logging implementation otherwise.| Constructor and Description |
|---|
LoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Logger |
getLogger(Class<?> hostClass)
Get a
Logger instance for the given host class. |
public LoggerFactory()