Skip to content

Commit 7081830

Browse files
committed
Logger changes
1 parent 3446834 commit 7081830

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/io/github/hedgehog1029/frame/logger/Logger.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public static void err(String msg) {
2222
}
2323

2424
private static String getPrefix() {
25-
return "";
25+
return "[Frame] ";
26+
// I want to try and get the plugin of the calling class, but that seems difficult + probably laggy
27+
// maybe instances...
2628
}
2729
}

0 commit comments

Comments
 (0)