Documentation
¶
Overview ¶
Package logging for Logrus standard logger: https://github.com/sirupsen/logrus
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
Event struct for logging wrapper
type StandardLogger ¶
StandardLogger enforces specific log message formats
func (*StandardLogger) InvalidArg ¶
func (l *StandardLogger) InvalidArg(argumentName string)
InvalidArg is a standard error message
func (*StandardLogger) InvalidArgValue ¶
func (l *StandardLogger) InvalidArgValue(argumentName string, argumentValue string)
InvalidArgValue is a standard error message
func (*StandardLogger) MissingArg ¶
func (l *StandardLogger) MissingArg(argumentName string)
MissingArg is a standard error message
Click to show internal directories.
Click to hide internal directories.