|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.util.logging.AbstractLogWriter
org.jscience.util.logging.ConsoleLog
public class ConsoleLog
ConsoleLog prints abbreviated log messages to the console
using System.out.println().
ConsoleLog logs synchronously.
LogException,
Logger,
LogEntry| Field Summary |
|---|
| Fields inherited from class org.jscience.util.logging.AbstractLogWriter |
|---|
filter, formatter |
| Constructor Summary | |
|---|---|
ConsoleLog()
|
|
| Method Summary | |
|---|---|
void |
writeLogEntry(java.lang.Object pattern)
This method writes a short version of the entry to the console. |
| Methods inherited from class org.jscience.util.logging.AbstractLogWriter |
|---|
accept, getLogFilter, getLogFormatter, setLogFilter, setLogFormatter, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsoleLog()
| Method Detail |
|---|
public void writeLogEntry(java.lang.Object pattern)
writeLogEntry in class AbstractLogWriterpattern - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||