| Constructor and Description |
|---|
JmolLoggerAdapter(org.slf4j.Logger slf) |
| Modifier and Type | Method and 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) |
public int getLogLevel()
public void debug(String txt)
debug in interface org.jmol.util.LoggerInterfacepublic void info(String txt)
info in interface org.jmol.util.LoggerInterfacepublic void warn(String txt)
warn in interface org.jmol.util.LoggerInterfacepublic void warnEx(String txt, Throwable e)
warnEx in interface org.jmol.util.LoggerInterfacepublic void error(String txt)
error in interface org.jmol.util.LoggerInterfacepublic void errorEx(String txt, Throwable e)
errorEx in interface org.jmol.util.LoggerInterfacepublic void fatal(String txt)
fatal in interface org.jmol.util.LoggerInterfaceCopyright © 2000–2018 BioJava. All rights reserved.