@Deprecated public class JdkLogger extends Object implements Logger
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg,
Object... args)
Deprecated.
|
void |
debug(String msg,
String... args)
Deprecated.
|
void |
debug(String msg,
Throwable ex,
String... args)
Deprecated.
|
void |
error(String msg,
Object... args)
Deprecated.
|
void |
error(String msg,
String... args)
Deprecated.
|
void |
error(String msg,
Throwable ex,
String... args)
Deprecated.
|
void |
fatal(String msg,
String... args)
Deprecated.
|
void |
fatal(String msg,
Throwable ex,
String... args)
Deprecated.
|
void |
info(String msg,
String... args)
Deprecated.
|
void |
info(String msg,
Throwable ex,
String... args)
Deprecated.
|
boolean |
isDebugEnabled()
Deprecated.
|
boolean |
isErrorEnabled()
Deprecated.
|
boolean |
isFatalEnabled()
Deprecated.
|
boolean |
isInfoEnabled()
Deprecated.
|
boolean |
isTraceEnabled()
Deprecated.
|
boolean |
isWarnEnabled()
Deprecated.
|
void |
trace(String msg,
Object... args)
Deprecated.
|
void |
trace(String msg,
String... args)
Deprecated.
|
void |
trace(String msg,
Throwable ex,
String... args)
Deprecated.
|
void |
warn(String msg,
Object... args)
Deprecated.
|
void |
warn(String msg,
String... args)
Deprecated.
|
void |
warn(String msg,
Throwable ex,
String... args)
Deprecated.
|
public JdkLogger(Logger log)
public boolean isInfoEnabled()
isInfoEnabled
in interface Logger
public boolean isDebugEnabled()
isDebugEnabled
in interface Logger
public boolean isTraceEnabled()
isTraceEnabled
in interface Logger
public boolean isErrorEnabled()
isErrorEnabled
in interface Logger
public boolean isFatalEnabled()
isFatalEnabled
in interface Logger
public boolean isWarnEnabled()
isWarnEnabled
in interface Logger
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.