Documentation ¶
Index ¶
- Constants
- type Fields
- type Logger
- func (l Logger) Debug(message string)
- func (l Logger) Debugf(message string, fields map[string]interface{})
- func (l Logger) Error(message string, err error)
- func (l Logger) Errorf(message string, fields map[string]interface{}, err error)
- func (l Logger) Fatal(message string, err error)
- func (l Logger) Fatalf(message string, fields map[string]interface{}, err error)
- func (l Logger) Info(message string)
- func (l Logger) Infof(message string, fields map[string]interface{})
- func (l Logger) Warning(message string)
- func (l Logger) Warningf(message string, fields map[string]interface{})
- func (l Logger) WithContext(fields Fields) *logrus.Entry
Constants ¶
View Source
const ( ControllerLogContext = "controller" StageLogContext = "stage" ProductLogContext = "product" ComponentLogContext = "component" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.