Package | Description |
---|---|
info.bioinfweb.commons.log |
Classes in this package implement a simple logging API for messages of different types that an application
can output to the user.
|
Modifier and Type | Method and Description |
---|---|
static TextFileApplicationLogger |
TextFileApplicationLogger.newStandardErrorInstance()
Creates a new instance of this class that writes to the standard error.
|
static TextFileApplicationLogger |
TextFileApplicationLogger.newStandardOutInstance()
Creates a new instance of this class that writes to the standard out.
|