ZapLogger is wrapper of zap
| 94 | |
| 95 | // ZapLogger is wrapper of zap |
| 96 | type ZapLogger struct { |
| 97 | sugaredLogger *zap.SugaredLogger |
| 98 | } |
| 99 | |
| 100 | // Debug is log at debug level |
| 101 | func (z *ZapLogger) Debug(args ...interface{}) { |
nothing calls this directly
no outgoing calls
no test coverage detected