Add features from README
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package logrus
|
||||
|
||||
type Formatter interface {
|
||||
Format(*Entry) ([]byte, error)
|
||||
}
|
||||
Reference in New Issue
Block a user