(entry *logrus.Entry)
| 24 | } |
| 25 | |
| 26 | func (f *logrusFormatter) Format(entry *logrus.Entry) ([]byte, error) { |
| 27 | f.callback(entry) |
| 28 | return f.empty, nil |
| 29 | } |
| 30 | |
| 31 | func ToLogrus(lvl Level) logrus.Level { |
| 32 | switch lvl { |
no outgoing calls
no test coverage detected