resuscitatedLog.debug("");
resuscitatedLog.isDebugEnabled();
}
public void testSLF4JLog() throws Exception {
JDK14LoggerFactory factory = new JDK14LoggerFactory();
SLF4JLog log = new SLF4JLog(factory.getLogger("x"));
oos.writeObject(log);
verify();
}