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 LogChannel
public void writeMessage(java.lang.String message)
writeMessage
in class LogChannel
message
- the message to write.public void writeError(java.lang.String message)
writeError
in class LogChannel
message
- the message to write.