Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() interfaces.Logger
New returns a new interfaces.Logger implementation based on logrus
func NewWithEntry ¶
func NewWithEntry(logger *logrus.Entry) interfaces.Logger
NewWithEntry returns a new interfaces.Logger implementation based on a provided logrus entry instance Deprecated: NewWithEntry is deprecated.
func NewWithFieldLogger ¶
func NewWithFieldLogger(logger logrus.FieldLogger) interfaces.Logger
NewWithFieldLogger returns a new interfaces.Logger implementation based on a provided logrus instance
func NewWithLogger ¶
func NewWithLogger(logger *logrus.Logger) interfaces.Logger
NewWithLogger returns a new interfaces.Logger implementation based on a provided logrus instance Deprecated: NewWithLogger is deprecated.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.