Documentation ¶
Index ¶
- func EntryWithFields(fields ...LogEntryField) *logrus.Entry
- type LogEntryField
- func Color(color string) LogEntryField
- func DataStream(middleware interface{}, message string) []LogEntryField
- func Indentation(indentation int) LogEntryField
- func Info(info interface{}) LogEntryField
- func Message(message interface{}) LogEntryField
- func Middleware(middleware interface{}) LogEntryField
- func Run(run interface{}) LogEntryField
- func Symbol(symbol string) LogEntryField
- func WithReader(reader io.Reader) LogEntryField
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntryWithFields ¶
func EntryWithFields(fields ...LogEntryField) *logrus.Entry
Types ¶
type LogEntryField ¶
func Color ¶
func Color(color string) LogEntryField
func DataStream ¶
func DataStream(middleware interface{}, message string) []LogEntryField
func Indentation ¶
func Indentation(indentation int) LogEntryField
func Info ¶
func Info(info interface{}) LogEntryField
func Message ¶
func Message(message interface{}) LogEntryField
func Middleware ¶
func Middleware(middleware interface{}) LogEntryField
func Run ¶
func Run(run interface{}) LogEntryField
func Symbol ¶
func Symbol(symbol string) LogEntryField
func WithReader ¶
func WithReader(reader io.Reader) LogEntryField
Click to show internal directories.
Click to hide internal directories.