Package | Description |
---|---|
ca.randolf.io |
Input/Output utility classes.
|
Modifier and Type | Method and Description |
---|---|
Log.Entry |
Log.add(String msg)
Add a normal log entry to the internal queue for logged output that is akin
to sending to stdout.
|
Log.Entry |
Log.add(String pre,
String msg)
Add a normal log entry to the internal queue for logged output that is akin
to sending to stdout.
|
Log.Entry |
Log.err(String msg)
Add an error log entry to the internal queue for logged output that is akin
to sending to stderr.
|
Log.Entry |
Log.err(String pre,
String msg)
Add an error log entry to the internal queue for logged output that is akin
to sending to stderr.
|