hiding scary message
This commit is contained in:
parent
d7e7bf9cc2
commit
5cdfcc41d6
|
@ -194,6 +194,7 @@ public class Logging {
|
|||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
if (impl == null) {
|
||||
try {
|
||||
impl = (DefaultLogging)Class.forName("com.devexperts.logging.Log4jLogging").newInstance();
|
||||
|
@ -207,6 +208,7 @@ public class Logging {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
if (impl == null) {
|
||||
try {
|
||||
impl = (DefaultLogging)Class.forName("com.devexperts.logging.Log4j2Logging").newInstance();
|
||||
|
|
Loading…
Reference in New Issue