Versions in this module Expand all Collapse all v1 v1.1.1 Feb 7, 2025 v1.1.0 Feb 7, 2025 v1.0.1 Feb 7, 2025 v0 v0.1.0 Oct 21, 2024 Changes in this version + var OptionsInfo = fs.Options + func InitLogging() + func InstallJSONLogger(logLevel fs.LogLevel) + func NewCallerHook(levels ...logrus.Level) logrus.Hook + func Redirected() bool + func Stack(o interface{}, info string) + func Trace(o interface{}, format string, a ...interface{}) func(string, ...interface{}) + type CallerHook struct + Field string + Skip int + func (h *CallerHook) Fire(entry *logrus.Entry) error + func (h *CallerHook) Levels() []logrus.Level + type MultiWriter struct + Writers []io.Writer + func (mw *MultiWriter) Write(p []byte) (n int, err error) + type Options struct + File string + Format string + LogSystemdSupport bool + SyslogFacility string + UseSyslog bool + var Opt Options