Class JmolPanel.JmolLoggerAdapter

    • Method Detail

      • debug

        public void debug​(String txt)
        Specified by:
        debug in interface org.jmol.util.LoggerInterface
      • info

        public void info​(String txt)
        Specified by:
        info in interface org.jmol.util.LoggerInterface
      • warn

        public void warn​(String txt)
        Specified by:
        warn in interface org.jmol.util.LoggerInterface
      • warnEx

        public void warnEx​(String txt,
                           Throwable e)
        Specified by:
        warnEx in interface org.jmol.util.LoggerInterface
      • error

        public void error​(String txt)
        Specified by:
        error in interface org.jmol.util.LoggerInterface
      • errorEx

        public void errorEx​(String txt,
                            Throwable e)
        Specified by:
        errorEx in interface org.jmol.util.LoggerInterface
      • fatal

        public void fatal​(String txt)
        Specified by:
        fatal in interface org.jmol.util.LoggerInterface
      • fatalEx

        public void fatalEx​(String txt,
                            Throwable e)
        Specified by:
        fatalEx in interface org.jmol.util.LoggerInterface