mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-12 02:25:59 +01:00
Improve general code quality
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package at.pcgamingfreaks.mkvaudiosubtitlechanger.util;
|
||||
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
public class LogUtils {
|
||||
|
||||
public static <T> void ifDebug(Logger log, T object) {
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug(object);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user