com.opensymphony.xwork2.util.logging.jdk
Class JdkLogger
java.lang.Object
com.opensymphony.xwork2.util.logging.jdk.JdkLogger
- All Implemented Interfaces:
- Logger
public class JdkLogger
- extends Object
- implements Logger
Delegates to jdk logger. Maps fatal to Level.SEVERE along with error.
Method Summary |
void |
debug(String msg,
String... args)
|
void |
debug(String msg,
Throwable ex,
String... args)
|
void |
error(String msg,
String... args)
|
void |
error(String msg,
Throwable ex,
String... args)
|
void |
fatal(String msg,
String... args)
|
void |
fatal(String msg,
Throwable ex,
String... args)
|
void |
info(String msg,
String... args)
|
void |
info(String msg,
Throwable ex,
String... args)
|
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isFatalEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isTraceEnabled()
|
boolean |
isWarnEnabled()
|
void |
trace(String msg,
String... args)
|
void |
trace(String msg,
Throwable ex,
String... args)
|
void |
warn(String msg,
String... args)
|
void |
warn(String msg,
Throwable ex,
String... args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private Logger log
JdkLogger
public JdkLogger(Logger log)
error
public void error(String msg,
String... args)
- Specified by:
error
in interface Logger
error
public void error(String msg,
Throwable ex,
String... args)
- Specified by:
error
in interface Logger
fatal
public void fatal(String msg,
String... args)
- Specified by:
fatal
in interface Logger
fatal
public void fatal(String msg,
Throwable ex,
String... args)
- Specified by:
fatal
in interface Logger
info
public void info(String msg,
String... args)
- Specified by:
info
in interface Logger
info
public void info(String msg,
Throwable ex,
String... args)
- Specified by:
info
in interface Logger
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface Logger
warn
public void warn(String msg,
String... args)
- Specified by:
warn
in interface Logger
warn
public void warn(String msg,
Throwable ex,
String... args)
- Specified by:
warn
in interface Logger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface Logger
debug
public void debug(String msg,
String... args)
- Specified by:
debug
in interface Logger
debug
public void debug(String msg,
Throwable ex,
String... args)
- Specified by:
debug
in interface Logger
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled
in interface Logger
trace
public void trace(String msg,
String... args)
- Specified by:
trace
in interface Logger
trace
public void trace(String msg,
Throwable ex,
String... args)
- Specified by:
trace
in interface Logger
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled
in interface Logger
isFatalEnabled
public boolean isFatalEnabled()
- Specified by:
isFatalEnabled
in interface Logger
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled
in interface Logger
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.