public interface LogWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this writer.
|
void |
writeLogentry(String line)
Writes the given line to Rapid7 InsightOps.
|
void writeLogentry(String line) throws IOException
line - The line to write.IOException - If there was a problem writing the line.void close()
Copyright © 2016–2018. All rights reserved.