logFormat specialize for zbp
| 108 | |
| 109 | // logFormat specialize for zbp |
| 110 | type logFormat struct { |
| 111 | hasColor bool |
| 112 | } |
| 113 | |
| 114 | // Format implements logrus.Formatter |
| 115 | func (f logFormat) Format(entry *logrus.Entry) ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected