com.logentries.jenkins
Interface LogentriesWriter

All Known Implementing Classes:
AsynchronousLogentriesWriter, LogentriesTcpTokenWriter

public interface LogentriesWriter

Writes lines to Logentries.


Method Summary
 void close()
          Closes this writer.
 void writeLogentry(String line)
          Writes the given line to Logentries.
 

Method Detail

writeLogentry

void writeLogentry(String line)
                   throws IOException
Writes the given line to Logentries.

Parameters:
line - The line to write.
Throws:
IOException - If there was a problem writing the line.

close

void close()
Closes this writer.



Copyright © 2004-2013. All Rights Reserved.