Categorygithub.com/ieee0824/logrus-formatter
modulepackage
1.0.0
Repository: https://github.com/ieee0824/logrus-formatter.git
Documentation: pkg.go.dev

# README

formatter

package main

import (
	"fmt"

	"github.com/ieee0824/logrus-formatter"
	"github.com/sirupsen/logrus"
)

func main() {
	f := formatter.SysLogFormatter{}
	e := logrus.Entry{}

	bin, _ := f.Format(&e)
	fmt.Println(string(bin))
}

# Packages

No description provided by the author

# Structs

No description provided by the author