Versions in this module Expand all Collapse all v1 v1.5.0 Apr 21, 2017 Changes in this version + const AuditErrorEntry + const AuditLoggerType + const AuditStatusEntry + const AuditUserEntry + const AuditUserIDEntry + const DefaultLoggerType + const LogEntryType + const OpStatusBegin + const OpStatusError + const OpStatusOK + func LoggerExists(ctx context.Context) (exists bool) + func WithLogger(ctx context.Context, logger *AuditLogger) context.Context + type AuditLogger struct + func GetLogger(ctx context.Context) *AuditLogger + func MakeAuditLogger(ctx context.Context) *AuditLogger + func (l *AuditLogger) Log(args ...interface{}) + func (l *AuditLogger) LogResult(err error, args ...interface{}) + func (l *AuditLogger) LogResultf(err error, format string, args ...interface{}) + func (l *AuditLogger) Logf(format string, args ...interface{}) + func (l *AuditLogger) SetFormatter(formatter logrus.Formatter) Incompatible versions in this module v3.7.0-rc.0+incompatible Oct 26, 2017