Commit bde2659
committed
feat: add methods and tests for logger state management
- Add methods to expose converting log level, checking if a custom logger is set, retrieving the current logger, and resetting the logger state
- Implement a method for simulating method calls
- Add tests for maintaining logger state across multiple operations
- Include a test for handling logger replacement
- Create tests for edge cases including handling empty messages and special characters1 parent 8b401ca commit bde2659
2 files changed
+491
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
77 | 102 | | |
0 commit comments