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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
JmolLoggerAdapter
public JmolLoggerAdapter(org.slf4j.Logger slf)  
 - 
 - 
Method Details
- 
getLogLevel
public int getLogLevel() - 
debug
- Specified by:
 debugin interfaceorg.jmol.util.LoggerInterface
 - 
info
- Specified by:
 infoin interfaceorg.jmol.util.LoggerInterface
 - 
warn
- Specified by:
 warnin interfaceorg.jmol.util.LoggerInterface
 - 
warnEx
- Specified by:
 warnExin interfaceorg.jmol.util.LoggerInterface
 - 
error
- Specified by:
 errorin interfaceorg.jmol.util.LoggerInterface
 - 
errorEx
- Specified by:
 errorExin interfaceorg.jmol.util.LoggerInterface
 - 
fatal
- Specified by:
 fatalin interfaceorg.jmol.util.LoggerInterface
 - 
fatalEx
- Specified by:
 fatalExin interfaceorg.jmol.util.LoggerInterface
 
 -