public static interface SimpleLogging.LineWriter
SimpleLogging will format the line of text first and then call this method.
| Modifier and Type | Method and Description |
|---|---|
void |
writeLine(java.lang.String line)
Writes a line of text that has already been formatted.
|