Documentation of 'com.jstatcom.io.Logger' Java class
Logger
com.jstatcom.io

Interface Logger

  • All Known Implementing Classes:
    LogFrame


    public interface Logger
    Simple interface to be implemented by components that process log strings.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.