public class LoggerFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Handler |
handler |
private static java.util.logging.Level |
level |
Constructor and Description |
---|
LoggerFactory() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.logging.Logger |
create(java.lang.Class<T> clazz) |
private static java.util.logging.Handler |
getHandler() |