NopLogger is a nop implementation of the Logger interface.
| 46 | |
| 47 | // NopLogger is a nop implementation of the Logger interface. |
| 48 | type NopLogger struct{} |
| 49 | |
| 50 | // Print implements Logger interface. |
| 51 | func (nl *NopLogger) Print(_ ...any) {} |
nothing calls this directly
no outgoing calls
no test coverage detected