Documentation
¶
Overview ¶
Package logging provides logging facility for the project.
Index ¶
- func Log(format string, args ...interface{})
- type Logger
- func (l *Logger) Close() error
- func (l *Logger) Debugf(format string, args ...interface{}) (int, error)
- func (l *Logger) Errorf(format string, args ...interface{}) (int, error)
- func (l *Logger) Infof(format string, args ...interface{}) (int, error)
- func (l *Logger) Noticef(format string, args ...interface{}) (int, error)
- func (l *Logger) Warnf(format string, args ...interface{}) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger is a wrapper over built-in SysLog writer. It provides API similar to Logger type in standard library.
Click to show internal directories.
Click to hide internal directories.