Class JmolPanel.JmolLoggerAdapter

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

    public static class JmolPanel.JmolLoggerAdapter
    extends java.lang.Object
    implements org.jmol.util.LoggerInterface
    • Constructor Summary

      Constructors 
      Constructor Description
      JmolLoggerAdapter​(org.slf4j.Logger slf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(java.lang.String txt)  
      void error​(java.lang.String txt)  
      void errorEx​(java.lang.String txt, java.lang.Throwable e)  
      void fatal​(java.lang.String txt)  
      void fatalEx​(java.lang.String txt, java.lang.Throwable e)  
      int getLogLevel()  
      void info​(java.lang.String txt)  
      void warn​(java.lang.String txt)  
      void warnEx​(java.lang.String txt, java.lang.Throwable e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JmolLoggerAdapter

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

      • getLogLevel

        public int getLogLevel()
      • debug

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

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

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

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

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

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

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

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