Commit 885fa14
committed
🌱 Add controller.GetLogger
Adds a new GetLogger method required on the controller interface. For
folks using controller without managers it's a good way to get a logger
pre-filled with information about the controller itself and avoid
duplication.r
Signed-off-by: Vince Prignano <[email protected]>1 parent e50bc83 commit 885fa14
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
290 | 295 | | |
291 | 296 | | |
292 | 297 | | |
| |||
0 commit comments