Commit e7d0c50
Fix console log uses debug (#10139)
This patch updates ConsoleLogHandler to use console.debug() instead of
console.log() for log levels FINE, FINER, and FINEST, ensuring that
these messages are only shown in the "Verbose" tab in browser developer
tools. This aligns with standard browser behavior for log levels.
---------
Co-authored-by: Zbynek Konecny <[email protected]>1 parent c14f5cb commit e7d0c50
File tree
1 file changed
+3
-3
lines changed- user/src/com/google/gwt/logging/client
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
0 commit comments