| 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 | Class and Description | 
|---|---|
class  | 
ConsoleApplicationLogger
 | 
class  | 
JTextAreaApplicationLogger
This implementation of  
ApplicationLogger appends all messages to a JTextArea. | 
class  | 
MessageListApplicationLogger
Implementation of  
ApplicationLogger that stores all messages into a list. | 
class  | 
SwingDocumentApplicationLogger
This implementation of  
ApplicationLogger appends all messages to a Document. | 
class  | 
TextFileApplicationLogger
This implementation of  
ApplicationLogger appends all log messages to a text file, where every
 message is written to one line. |