public class DefaultLog extends Log
Log.SimpleMessage
Modifier | Constructor and Description |
---|---|
protected |
DefaultLog()
Creates a new log.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public void init()
public void addTarget(LogTarget target)
public static DefaultLog getDefaultLog()
public static void installDefaultLog()
Copyright © 2001–2018 JFree.org. All rights reserved.