Home / Development / Documentation / 2.0.44 / LoadLogger
TreeGraph 2
 


info.bioinfweb.treegraph.document.io.log
Interface LoadLogger

All Known Implementing Classes:
AbstractLoadLogger, CmdLoadLogger, LoadLoggerDialog

public interface LoadLogger

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

Since:
2.0.42
Author:
Ben Stöver

Method Summary
 void addMessage(LoggerMessage message)
          Outputs a usual message to the user.
 void addMessage(String message)
          Outputs a usual message to the user.
 void addMessage(String message, int helpCode)
          Outputs a usual message to the user.
 void addWarning(String message)
          Outputs a warning message to the user.
 void addWarning(String message, int helpCode)
          Outputs a warning message to the user.
 

Method Detail

addMessage

void addMessage(LoggerMessage message)
Outputs a usual message to the user.

Parameters:
message -

addMessage

void addMessage(String message)
Outputs a usual message to the user.

Parameters:
message -

addMessage

void addMessage(String message,
                int helpCode)
Outputs a usual message to the user.

Parameters:
message -
helpCode - the help code associated with this messages

addWarning

void addWarning(String message)
Outputs a warning message to the user.

Parameters:
message -

addWarning

void addWarning(String message,
                int helpCode)
Outputs a warning message to the user.

Parameters:
message -
helpCode - the help code associated with this warning