Versions in this module Expand all Collapse all v0 v0.2.0 Mar 13, 2024 v0.0.1 May 6, 2022 Changes in this version + func InitLogFile(logPath string) error + type BtmHook struct + func (hook *BtmHook) Fire(entry *logrus.Entry) error + func (hook *BtmHook) Levels() []logrus.Level + type Logger interface + Debug func(msg string, ctx ...interface{}) + Error func(msg string, ctx ...interface{}) + Info func(msg string, ctx ...interface{}) + Trace func(msg string, ctx ...interface{}) + Warn func(msg string, ctx ...interface{}) + func NewLog(field ...interface{}) Logger