public class StdErrChannel extends LogChannel
| Constructor and Description |
|---|
StdErrChannel()
Create a new instance of StdErrChannel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createLogChannel()
Create the file channel.
|
void |
writeError(java.lang.String message)
Write an exception to the error channel.
|
void |
writeMessage(java.lang.String message)
Write the message to the error 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.