|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.util.Log
org.jfree.base.log.DefaultLog
public class DefaultLog
A default log implementation. The Log class defines how to create Logger-contexts and how to forward messages to the logtargets.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jfree.util.Log |
|---|
Log.SimpleMessage |
| Constructor Summary | |
|---|---|
protected |
DefaultLog()
Creates a new log. |
| Method Summary | |
|---|---|
void |
addTarget(LogTarget target)
Adds a log target to this facility. |
static DefaultLog |
getDefaultLog()
Returns the default log. |
void |
init()
Initializes the log system after the log module was loaded and a log target was defined. |
static void |
installDefaultLog()
Makes this implementation the default instance. |
| Methods inherited from class org.jfree.util.Log |
|---|
createContext, createContext, debug, debug, defineLog, doLog, doLog, error, error, getDebuglevel, getInstance, getTargets, info, info, internalCreateContext, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarningEnabled, log, log, removeTarget, replaceTargets, setDebuglevel, warn, warn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DefaultLog()
| Method Detail |
|---|
public void init()
init in class Logpublic void addTarget(LogTarget target)
addTarget in class Logtarget - the target.public static DefaultLog getDefaultLog()
public static void installDefaultLog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||