| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.log5j.Writer
org.log5j.writer.ConsoleWriter
public final class ConsoleWriter
ConsoleWriter writes log messages to System.out.
| Constructor Summary | |
|---|---|
| ConsoleWriter(Format format,
              java.util.Properties properties)Create a new ConsoleWriter. | |
| Method Summary | |
|---|---|
|  void | write(java.lang.String message)Write a single message to the log. | 
| Methods inherited from class org.log5j.Writer | 
|---|
| getFormat | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConsoleWriter(Format format,
                     java.util.Properties properties)
ConsoleWriter.
format - the Format object for this
            Writerproperties - configuration properties - required by contract but
            ignored by ConsoleWriter.| Method Detail | 
|---|
public void write(java.lang.String message)
Writer
write in class Writermessage - the message to write| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||