Documentation ¶
Index ¶
- type Logger
- type Logging
- func (l *Logging) Audit(auditType, operation, status, user, format string, args ...interface{})
- func (l *Logging) Debug(format string, args ...interface{})
- func (l *Logging) Debugf(format string, args ...interface{})
- func (l *Logging) Error(format string, args ...interface{})
- func (l *Logging) Errorf(format string, args ...interface{})
- func (l *Logging) Fatal(format string, args ...interface{})
- func (l *Logging) Fatalf(format string, args ...interface{})
- func (l *Logging) Info(format string, args ...interface{})
- func (l *Logging) Infof(format string, args ...interface{})
- func (l *Logging) Print(args ...interface{})
- func (l *Logging) Warn(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Infof(format string, args ...interface{}) Debugf(format string, args ...interface{}) Errorf(format string, args ...interface{}) Fatalf(format string, args ...interface{}) Info(format string, args ...interface{}) Warn(format string, args ...interface{}) Debug(format string, args ...interface{}) Error(format string, args ...interface{}) Fatal(format string, args ...interface{}) Print(args ...interface{}) Audit(auditType, operation, status, user, format string, args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.