Documentation
¶
Index ¶
- Variables
- func Debug(args ...interface{})
- func Debugf(fmt string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(fmt string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(fmt string, args ...interface{})
- func Info(args ...interface{})
- func Infof(fmt string, args ...interface{})
- func Warn(args ...interface{})
- func Warnf(fmt string, args ...interface{})
- type AnalysisLogger
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = logrus.New()
Functions ¶
Types ¶
type AnalysisLogger ¶
type AnalysisLogger interface {
LogIssue(issue *issue.Issue) error
LogCommit(author, owner, repo, commit string) error
LogInstallation(action, owner string) error
LogRepoInstallation(action, owner string, repos []string) error
}
func NewESLogger ¶
func NewESLogger(endpoint string) (AnalysisLogger, error)
Click to show internal directories.
Click to hide internal directories.