Home / Development / Documentation / 2.0.44 / info.bioinfweb.treegraph.document.io.log
TreeGraph 2
 


Package info.bioinfweb.treegraph.document.io.log

Classes related to logging messages of document readers are contained in this package.

See:
          Description

Interface Summary
LoadLogger Reader classes expect an instance implementing this interface which allows them to display warnings about the loading process to the user.
 

Class Summary
AbstractLoadLogger Implements basic functionality (especially method delegation) of a load logger.
LoggerMessage Represents a message send by a document reader (see DocumentReader to a LoadLogger.
 

Enum Summary
LoggerMessageType Enumerates the different types of messages which can be send by a DocumentReader.
 

Package info.bioinfweb.treegraph.document.io.log Description

Classes related to logging messages of document readers are contained in this package.