@Deprecated public abstract class LoggerFactory extends Object
Constructor and Description |
---|
LoggerFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(Class<?> cls)
Deprecated.
|
static Logger |
getLogger(String name)
Deprecated.
|
protected static LoggerFactory |
getLoggerFactory()
Deprecated.
|
protected abstract Logger |
getLoggerImpl(Class<?> cls)
Deprecated.
|
protected abstract Logger |
getLoggerImpl(String name)
Deprecated.
|
static void |
setLoggerFactory(LoggerFactory factory)
Deprecated.
|
public static void setLoggerFactory(LoggerFactory factory)
protected static LoggerFactory getLoggerFactory()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.