We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3939c1e + b882de4 commit d9fee94Copy full SHA for d9fee94
1 file changed
src/main/java/fr/sandro642/github/annotations/AnnotHandler.java
@@ -1,5 +1,7 @@
1
package fr.sandro642.github.annotations;
2
3
+import fr.sandro642.github.ConnectLib;
4
+
5
import java.lang.annotation.ElementType;
6
import java.lang.annotation.Retention;
7
import java.lang.annotation.RetentionPolicy;
@@ -99,7 +101,7 @@ private List<Class<?>> getClassesInPackage(String packageName) {
99
101
}
100
102
103
} catch (Exception e) {
- logger.warning("Failed to retrieve classes in package: " + packageName + ". Exception: " + e.getMessage());
104
+ ConnectLib.Logger().WARN("Failed to retrieve classes in package: " + packageName + ". Exception: " + e.getMessage());
105
106
return classes;
107
0 commit comments