Commit 37d0d9f
committed
feat: Enhance AppLogger with verbose logging and unconditional warning/error logging
This commit enhances the `AppLogger` utility.
A new `v()` function for verbose logging has been added, which logs messages only in DEBUG builds.
The `w()` and `e()` functions for warning and error logging respectively have been modified to log messages unconditionally, regardless of the build type.
A new `wtf()` function has been added for logging "What a Terrible Failure" messages.1 parent 6b354ee commit 37d0d9f
File tree
1 file changed
+12
-6
lines changed- app/src/main/java/com/github/droidworksstudio/common
1 file changed
+12
-6
lines changedLines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
0 commit comments