Commit 0a4bd1b
committed
fix: add Debug() method to StructuredLog class
The Debug() method was missing from StructuredLog class, causing
compilation errors when trying to use debug-level structured logging.
This completes the log level API alongside existing Error(), Warn(),
Info(), and Critical() methods.1 parent 7418993 commit 0a4bd1b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| |||
0 commit comments