|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.ext.log.Java14LogTarget
A log target for the JDK 1.4 logging API. This target can be used in conjunction with the Log class.
Log
Field Summary |
Fields inherited from interface org.jfree.util.LogTarget |
DEBUG, ERROR, INFO, LEVELS, WARN |
Constructor Summary | |
Java14LogTarget()
Creates a new Java 1.4 log target, which logs all statements into the category "JFreeReport". |
|
Java14LogTarget(java.util.logging.Logger logger)
Creates a new Java 1.4 log target, which uses the given Logger to log the generated log statements. |
Method Summary | |
void |
log(int level,
java.lang.Object message)
Logs a message at a specified log level. |
void |
log(int level,
java.lang.Object message,
java.lang.Exception e)
Logs a message at a specified log level. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Java14LogTarget()
public Java14LogTarget(java.util.logging.Logger logger)
logger
- the logger instance, that should be used for logging.Method Detail |
public void log(int level, java.lang.Object message)
log
in interface org.jfree.util.LogTarget
level
- the log level.message
- the log message.public void log(int level, java.lang.Object message, java.lang.Exception e)
log
in interface org.jfree.util.LogTarget
level
- the log level.message
- the log message.e
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |