Class StdErrWriter
java.lang.Object
com.internetitem.logback.elasticsearch.writer.StdErrWriter
- All Implemented Interfaces:
SafeWriter
public class StdErrWriter extends Object implements SafeWriter
-
Constructor Summary
Constructors Constructor Description StdErrWriter() -
Method Summary
Modifier and Type Method Description booleanhasPendingData()voidsendData()voidwrite(char[] cbuf, int off, int len)
-
Constructor Details
-
StdErrWriter
public StdErrWriter()
-
-
Method Details
-
write
public void write(char[] cbuf, int off, int len)- Specified by:
writein interfaceSafeWriter
-
sendData
public void sendData()- Specified by:
sendDatain interfaceSafeWriter
-
hasPendingData
public boolean hasPendingData()- Specified by:
hasPendingDatain interfaceSafeWriter
-