Compare commits

...

4 Commits

Author SHA1 Message Date
4ce31bf6c9 [DEV] remove dependency with scenarium 2022-10-03 23:44:47 +02:00
a29ef683f3 ---No commit message--- 2022-10-03 00:08:28 +02:00
c767af16dc ---No commit message--- 2022-10-03 00:08:20 +02:00
2922c176e1 ---No commit message--- 2022-10-01 15:45:33 +02:00
3 changed files with 4 additions and 9 deletions

View File

@ -18,11 +18,6 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/scenarium-logger">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/atriasoft-etk">
<attributes>
<attribute name="module" value="true"/>

View File

@ -1,7 +1,7 @@
package org.atriasoft.loader3d.internal;
import io.scenarium.logger.LogLevel;
import io.scenarium.logger.Logger;
import org.atriasoft.reggol.LogLevel;
import org.atriasoft.reggol.Logger;
public class Log {
private static final boolean FORCE_ALL = false;

View File

@ -1,7 +1,7 @@
package test.atriasoft.loader3d;
import io.scenarium.logger.LogLevel;
import io.scenarium.logger.Logger;
import org.atriasoft.reggol.LogLevel;
import org.atriasoft.reggol.Logger;
public class Log {
private static final String LIB_NAME = "loader3d-test";