no message

This commit is contained in:
2024-10-14 12:54:52 +03:00
parent e1627badd3
commit e64a4f4c47
45 changed files with 211 additions and 200 deletions

View File

@@ -1,6 +1,5 @@
package Common.Utils;
import Common.Visual.UI_;
import _VisualDVM.Utils;
import java.io.File;
import java.io.FileWriter;
@@ -16,7 +15,7 @@ public interface Loggable {
}
default void ClearLog() {
try {
Utils.forceDeleteWithCheck(getLogFile());
Utils_.forceDeleteWithCheck(getLogFile());
} catch (Exception ignored) {
}
}