| Package | Description |
|---|---|
| org.jfree.base.log | |
| org.jfree.util |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLog.addTarget(LogTarget target)
Adds a log target to this facility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrintStreamLogTarget
A log target that sends output to a
PrintStream. |
| Modifier and Type | Method and Description |
|---|---|
LogTarget[] |
Log.getTargets()
Returns the registered logtargets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Log.addTarget(LogTarget target)
Adds a log target to this facility.
|
void |
Log.removeTarget(LogTarget target)
Removes a log target from this facility.
|
void |
Log.replaceTargets(LogTarget target)
Replaces all log targets by the given target.
|