Class JmolPanel.JmolLoggerAdapter

  • All Implemented Interfaces:
    org.jmol.util.LoggerInterface
    Enclosing class:
    JmolPanel

    public static class JmolPanel.JmolLoggerAdapter
    extends Object
    implements org.jmol.util.LoggerInterface
    • Constructor Detail

      • JmolLoggerAdapter

        public JmolLoggerAdapter​(org.slf4j.Logger slf)
    • Method Detail

      • getLogLevel

        public int getLogLevel()
      • 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