Modifier and Type | Method and Description |
---|---|
static Logger |
LoggerFactory.getLogger(Class<?> cls)
Deprecated.
|
static Logger |
LoggerFactory.getLogger(String name)
Deprecated.
|
protected abstract Logger |
LoggerFactory.getLoggerImpl(Class<?> cls)
Deprecated.
|
protected abstract Logger |
LoggerFactory.getLoggerImpl(String name)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonsLogger
Deprecated.
since 2.5
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
CommonsLoggerFactory.getLoggerImpl(Class<?> cls)
Deprecated.
|
protected Logger |
CommonsLoggerFactory.getLoggerImpl(String name)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JdkLogger
Deprecated.
since 2.5
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
JdkLoggerFactory.getLoggerImpl(Class<?> cls)
Deprecated.
|
protected Logger |
JdkLoggerFactory.getLoggerImpl(String name)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4j2Logger
Deprecated.
since 2.5
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Log4j2LoggerFactory.getLoggerImpl(Class<?> cls)
Deprecated.
|
protected Logger |
Log4j2LoggerFactory.getLoggerImpl(String name)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Slf4jLogger
Deprecated.
since 2.5
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Slf4jLoggerFactory.getLoggerImpl(Class<?> cls)
Deprecated.
|
protected Logger |
Slf4jLoggerFactory.getLoggerImpl(String name)
Deprecated.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.