Class JmolPanel.JmolLoggerAdapter
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.jmol.JmolPanel.JmolLoggerAdapter
-
-
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)
-
-
-
Method Detail
-
getLogLevel
public int getLogLevel()
-
debug
public void debug(String txt)
- Specified by:
debugin interfaceorg.jmol.util.LoggerInterface
-
info
public void info(String txt)
- Specified by:
infoin interfaceorg.jmol.util.LoggerInterface
-
warn
public void warn(String txt)
- Specified by:
warnin interfaceorg.jmol.util.LoggerInterface
-
warnEx
public void warnEx(String txt, Throwable e)
- Specified by:
warnExin interfaceorg.jmol.util.LoggerInterface
-
error
public void error(String txt)
- Specified by:
errorin interfaceorg.jmol.util.LoggerInterface
-
errorEx
public void errorEx(String txt, Throwable e)
- Specified by:
errorExin interfaceorg.jmol.util.LoggerInterface
-
fatal
public void fatal(String txt)
- Specified by:
fatalin interfaceorg.jmol.util.LoggerInterface
-
-