This commit is contained in:
Izzel_Aliz
2018-06-14 11:24:28 +08:00
10 changed files with 211 additions and 101 deletions

View File

@@ -9,7 +9,7 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
public @interface Logger {
String value() default "[{0}|{1}] {1}";
String value() default "[{0}|{1}§f] {2}";
int level() default com.ilummc.tlib.logger.TLogger.INFO;