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 Constructor Description JmolLoggerAdapter(org.slf4j.Logger slf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
debug(String txt)
void
error(String txt)
void
errorEx(String txt, Throwable e)
void
fatal(String txt)
void
fatalEx(String txt, Throwable e)
int
getLogLevel()
void
info(String txt)
void
warn(String txt)
void
warnEx(String txt, Throwable e)
-
-
-
Constructor Detail
-
JmolLoggerAdapter
public JmolLoggerAdapter(org.slf4j.Logger slf)
-
-