We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3446834 commit 7081830Copy full SHA for 7081830
src/io/github/hedgehog1029/frame/logger/Logger.java
@@ -22,6 +22,8 @@ public static void err(String msg) {
22
}
23
24
private static String getPrefix() {
25
- return "";
+ return "[Frame] ";
26
+ // I want to try and get the plugin of the calling class, but that seems difficult + probably laggy
27
+ // maybe instances...
28
29
0 commit comments