|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.logentries.jenkins.AsynchronousLogentriesWriter
public class AsynchronousLogentriesWriter
Class to write logs to logentries asynchronously
| Constructor Summary | |
|---|---|
AsynchronousLogentriesWriter(LogentriesWriter leWriter)
Constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Closes this writer. |
void |
writeLogentry(String line)
Writes the given string to logentries.com asynchronously. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsynchronousLogentriesWriter(LogentriesWriter leWriter)
leWriter - Used to write entries to Logentries.| Method Detail |
|---|
public void writeLogentry(String line)
writeLogentry in interface LogentriesWriterline - The line to write.public void close()
close in interface LogentriesWriter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||