public static class JmolPanel.JmolLoggerAdapter extends Object implements org.jmol.util.LoggerInterface
| 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 JmolLoggerAdapter(org.slf4j.Logger slf)
Copyright © 2000–2019 BioJava. All rights reserved.