Skip to content

Commit dbe462f

Browse files
committed
Print debug messages in standar classes when GeneXus log is enabled instead of when JDBC log is enabled.
Issue: 96165
1 parent d9b646a commit dbe462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/genexus/diagnostics/core/provider/AndroidLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public boolean isDebugEnabled() {
163163
return true;
164164
}
165165

166-
boolean isErrorEnabled() {
166+
public boolean isErrorEnabled() {
167167
return true;
168168
};
169169
}

0 commit comments

Comments
 (0)