[DEV] remove dependency with scenarium
This commit is contained in:
parent
a2f8905cb4
commit
ab11787ff8
@ -5,5 +5,5 @@
|
|||||||
open module org.atriasoft.egami {
|
open module org.atriasoft.egami {
|
||||||
exports org.atriasoft.egami;
|
exports org.atriasoft.egami;
|
||||||
requires transitive org.atriasoft.etk;
|
requires transitive org.atriasoft.etk;
|
||||||
requires transitive io.scenarium.logger;
|
requires transitive org.atriasoft.reggol;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package org.atriasoft.egami.internal;
|
package org.atriasoft.egami.internal;
|
||||||
|
|
||||||
import io.scenarium.logger.LogLevel;
|
import org.atriasoft.reggol.LogLevel;
|
||||||
import io.scenarium.logger.Logger;
|
import org.atriasoft.reggol.Logger;
|
||||||
|
|
||||||
public class Log {
|
public class Log {
|
||||||
private static final boolean FORCE_ALL = false;
|
private static final boolean FORCE_ALL = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user