Interface LogWriter
public interface LogWriter
Something that logs can be written to.
-
Method Details
-
append
Appends a line to a log.- Parameters:
log
- The line to append. Should include the terminating newline.
-
public interface LogWriter
log
- The line to append. Should include the terminating newline.