|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.loggers.TextWriter.STDERR
public static class TextWriter.STDERR
A TextWriter implementation which writes to standard error.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.opends.server.loggers.TextWriter |
---|
TextWriter.STDERR, TextWriter.STDOUT, TextWriter.STREAM |
Constructor Summary | |
---|---|
TextWriter.STDERR()
|
Method Summary | |
---|---|
void |
flush()
Flushes any buffered contents of the output stream. |
long |
getBytesWritten()
Retrieves the number of bytes written by this writer. |
void |
shutdown()
Releases any resources held by the writer. |
void |
writeRecord(java.lang.String record)
Writes a text record to the output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextWriter.STDERR()
Method Detail |
---|
public void writeRecord(java.lang.String record)
writeRecord
in interface TextWriter
record
- - the record to write.public void flush()
flush
in interface TextWriter
public void shutdown()
shutdown
in interface TextWriter
public long getBytesWritten()
getBytesWritten
in interface TextWriter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |