(format *logrus.TextFormatter)
| 9 | func (dl *DefaultLog) SetOutput(out io.Writer) { logrus.SetOutput(out) } |
| 10 | func (dl *DefaultLog) SetLevel(level logrus.Level) { logrus.SetLevel(level) } |
| 11 | func (dl *DefaultLog) SetFormatter(format *logrus.TextFormatter) { logrus.SetFormatter(format) } |
no outgoing calls
no test coverage detected