com.jstatcom.io
Interface Logger

All Known Implementing Classes:
LogFrame

public interface Logger

Simple interface to be implemented by components that process log strings.

Author:
Markus Kraetzig

Method Summary
 void append(java.lang.String logMsg)
          Appends a message to a log.
 void showLog(boolean show)
          Shows the component implementing this.
 

Method Detail

append

void append(java.lang.String logMsg)
Appends a message to a log.

Parameters:
logMsg - the String containing the message

showLog

void showLog(boolean show)
Shows the component implementing this.

Parameters:
show - if true then show, otherwise hide