Package edm.edom3

Interface EDMLogger

    • Method Detail

      • write

        void write​(java.lang.String s)
            throws EdmiException
        Write a user supplied string to the log, OBS: not possible for all log types.
        Parameters:
        s - string to write
        Throws:
        EdmiException - if the method fails.
      • running

        boolean running()
                 throws EdmiException
        Check if the log is running.
        Returns:
        true if the log is running, false if not.
        Throws:
        EdmiException - if the method fails.