Documentation ¶
Index ¶
- func Init(args string)
- type Logger
- type LoggerX
- func (l *LoggerX) Debugf(message string, args ...interface{})
- func (l *LoggerX) Errorf(message string, args ...interface{})
- func (l *LoggerX) Fatalf(message string, args ...interface{})
- func (l *LoggerX) Infof(message string, args ...interface{})
- func (l *LoggerX) IsDebugEnabled() bool
- func (l *LoggerX) IsInfoEnabled() bool
- func (l *LoggerX) IsWarnEnabled() bool
- func (l *LoggerX) Warnf(message string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { IsDebugEnabled() bool IsInfoEnabled() bool IsWarnEnabled() bool Fatalf(message string, args ...interface{}) Errorf(message string, args ...interface{}) Warnf(message string, args ...interface{}) Infof(message string, args ...interface{}) Debugf(message string, args ...interface{}) }
type LoggerX ¶
type LoggerX struct {
// contains filtered or unexported fields
}
func (*LoggerX) IsDebugEnabled ¶
func (*LoggerX) IsInfoEnabled ¶
func (*LoggerX) IsWarnEnabled ¶
Click to show internal directories.
Click to hide internal directories.