net.sourceforge.acelogger.appender.stream
Interface LogStream
public interface LogStream
openStream
void openStream()
throws LogStreamException
- Throws:
LogStreamException
initializeStream
void initializeStream()
throws LogStreamException
- Throws:
LogStreamException
flushStream
void flushStream()
throws LogStreamException
- Throws:
LogStreamException
haltStream
void haltStream()
throws LogStreamException
- Throws:
LogStreamException
closeStream
void closeStream()
throws LogStreamException
- Throws:
LogStreamException
isSynchronous
boolean isSynchronous()
isAutoFlushEnabled
boolean isAutoFlushEnabled()
appendStringData
void appendStringData(String data)
appendBinnaryData
void appendBinnaryData(byte[] data)
appendBinnaryData
void appendBinnaryData(ByteBuffer data)
appendObject
void appendObject(Serializable data)
Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.