info.bioinfweb.treegraph.cmd
Class CmdLoadLogger
java.lang.Object
  
info.bioinfweb.treegraph.document.io.log.AbstractLoadLogger
      
info.bioinfweb.treegraph.cmd.CmdLoadLogger
- All Implemented Interfaces: 
 - LoadLogger
 
public class CmdLoadLogger
- extends AbstractLoadLogger
- implements LoadLogger
  
Displays the messages of a DocumentReader class on the command line.
 It is implemented as a singleton.
- Since:
 
  - 2.0.42
 
- Author:
 
  - Ben Stöver
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
WARNING_PREFIX
public static final String WARNING_PREFIX
- See Also:
 - Constant Field Values
 
firstInstace
private static CmdLoadLogger firstInstace
CmdLoadLogger
protected CmdLoadLogger()
getInstance
public static CmdLoadLogger getInstance()
 
 
addMessage
public void addMessage(LoggerMessage message)
- Description copied from interface: 
LoadLogger 
- Outputs a usual message to the user.
- Specified by:
 addMessage in interface LoadLogger