enablerWithCustomLevel is a LevelEnabler that implements a custom Level method.
| 212 | // enablerWithCustomLevel is a LevelEnabler that implements a custom Level |
| 213 | // method. |
| 214 | type enablerWithCustomLevel struct{ lvl Level } |
| 215 | |
| 216 | var _ leveledEnabler = (*enablerWithCustomLevel)(nil) |
| 217 |
nothing calls this directly
no outgoing calls
no test coverage detected