|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.commons.util.logging.SystemLogPrinter
public class SystemLogPrinter
The SystemLogPrinter
uses the console as the log output
device and is therefore often used as the default LogPrinter object.
Constructor Summary | |
---|---|
SystemLogPrinter()
Creates a new SystemLogPrinter object. |
Method Summary | |
---|---|
void |
log(java.lang.String msg)
Write a message to the log device. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemLogPrinter()
SystemLogPrinter
object.
Method Detail |
---|
public void log(java.lang.String msg)
SystemLogPrinter
the
log device is the console. Usually used as the default LogPrinter.
log
in interface ILogPrinter
org.almendra.commons.commons.util.logging.ILogPrinter#log(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |