Documentation ¶
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 stores messages to log later, from our standard interface
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) IsDebug ¶
func (l *StandardLogger) IsDebug() bool
func (*StandardLogger) MissingArg ¶
func (l *StandardLogger) MissingArg(argumentName string)
MissingArg is a standard error message
func (*StandardLogger) SetDebugLevel ¶
func (l *StandardLogger) SetDebugLevel()
Click to show internal directories.
Click to hide internal directories.