Class JmolPanel.JmolLoggerAdapter
java.lang.Object
org.biojava.nbio.structure.align.gui.jmol.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 Summary
-
Method Summary
-
Constructor Details
-
JmolLoggerAdapter
public JmolLoggerAdapter(org.slf4j.Logger slf)
-
-
Method Details
-
getLogLevel
public int getLogLevel() -
debug
- Specified by:
debug
in interfaceorg.jmol.util.LoggerInterface
-
info
- Specified by:
info
in interfaceorg.jmol.util.LoggerInterface
-
warn
- Specified by:
warn
in interfaceorg.jmol.util.LoggerInterface
-
warnEx
- Specified by:
warnEx
in interfaceorg.jmol.util.LoggerInterface
-
error
- Specified by:
error
in interfaceorg.jmol.util.LoggerInterface
-
errorEx
- Specified by:
errorEx
in interfaceorg.jmol.util.LoggerInterface
-
fatal
- Specified by:
fatal
in interfaceorg.jmol.util.LoggerInterface
-
fatalEx
- Specified by:
fatalEx
in interfaceorg.jmol.util.LoggerInterface
-