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 voiddebug(String txt)voiderror(String txt)voiderrorEx(String txt, Throwable e)voidfatal(String txt)voidfatalEx(String txt, Throwable e)intgetLogLevel()voidinfo(String txt)voidwarn(String txt)voidwarnEx(String txt, Throwable e)
-
-
-
Constructor Detail
-
JmolLoggerAdapter
public JmolLoggerAdapter(org.slf4j.Logger slf)
-
-