public class StdOutChannel extends LogChannel
| Constructor and Description |
|---|
StdOutChannel()
Create a new instance of StdOutChannel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createLogChannel()
Create the file channel.
|
void |
writeError(java.lang.String message)
Write an exception to the output channel.
|
void |
writeMessage(java.lang.String message)
Write the message to the output channel.
|
protected void createLogChannel()
createLogChannel in class LogChannelpublic void writeMessage(java.lang.String message)
writeMessage in class LogChannelmessage - the message to write.public void writeError(java.lang.String message)
writeError in class LogChannelmessage - the message to write.