Documentation ¶
Index ¶
- func NewLoggerFacade(logger inter.Logger) *loggerFacade
- type Slack
- type SlackRequestBody
- type Stack
- func (s Stack) Clear() bool
- func (s Stack) Group(group string) inter.Logger
- func (s Stack) Log(severity log_level.Level, message string, arguments ...interface{})
- func (s Stack) LogWith(severity log_level.Level, message string, context interface{})
- func (s Stack) SetApp(app inter.AppReader) inter.Logger
- type Syslog
- func (r Syslog) Clear() bool
- func (r Syslog) Group(group string) inter.Logger
- func (r Syslog) Log(severity log_level.Level, message string, arguments ...interface{})
- func (r Syslog) LogWith(severity log_level.Level, message string, rawContext interface{})
- func (r Syslog) SetApp(app inter.AppReader) inter.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoggerFacade ¶ added in v0.3.3
Types ¶
type SlackRequestBody ¶
type SlackRequestBody struct {
Text string `json:"text"`
}
type Stack ¶
type Stack struct { Channels []string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.