impl.isWarnEnabled();
impl.debug("");
impl.debug("", new Exception());
impl.info("");
impl.warn("");
impl.warn("", new Exception());
impl.error("");
impl.error("", new Exception());
Assert.assertEquals(1, impl.getInfoCount());
Assert.assertEquals(2, impl.getErrorCount());
Assert.assertEquals(2, impl.getWarnCount());