mirror of https://github.com/qos-ch/slf4j
fix SLF4J-460
This commit is contained in:
parent
acb850d669
commit
e69d4a9c73
|
|
@ -96,7 +96,7 @@ public class EventRecodingLogger implements Logger {
|
|||
}
|
||||
|
||||
public void debug(String msg) {
|
||||
recordEvent(Level.TRACE, msg, null, null);
|
||||
recordEvent(Level.DEBUG, msg, null, null);
|
||||
}
|
||||
|
||||
public void debug(String format, Object arg) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue