Package | Description |
---|---|
info.bioinfweb.commons.collections |
Contains extensions to the Java Collections API made for bioinfweb projects that can be of general use.
|
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.
|
Class and Description |
---|
ApplicationLogger
Provides a simple logging API that can be used by applications to output log messages to the user.
|
Class and Description |
---|
AbstractApplicationLogger
Implements basic functionality (especially method delegation) of a application logger.
|
ApplicationLogger
Provides a simple logging API that can be used by applications to output log messages to the user.
|
ApplicationLoggerMessage
Represents a message send to an
ApplicationLogger . |
ApplicationLoggerMessageType
Enumerates the different types of messages which can be send to an
ApplicationLogger . |
TextFileApplicationLogger
This implementation of
ApplicationLogger appends all log messages to a text file, where every
message is written to one line. |