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 97ba0af commit 8238d43Copy full SHA for 8238d43
aptools/src/main/java/com/mageddo/aptools/log/ApLogger.java
@@ -10,7 +10,7 @@
10
*/
11
public class ApLogger implements Logger {
12
13
- public static final Kind LOG_LEVEL = Kind.OTHER;
+ public static final Kind LOG_LEVEL = Kind.NOTE;
14
private final Messager messager;
15
16
public ApLogger(Messager messager) {
0 commit comments