Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLogPath ¶
func GetLogPath() string
Types ¶
type ILogger ¶
type ILogger interface {
Tracef(format string, args ...interface{})
Debugf(format string, args ...interface{})
Infof(format string, args ...interface{})
Warnf(format string, args ...interface{})
Errorf(format string, args ...interface{})
Fatalf(format string, args ...interface{})
Panicf(format string, args ...interface{})
Trace(args ...interface{})
Debug(args ...interface{})
Info(args ...interface{})
Warn(args ...interface{})
Error(args ...interface{})
Fatal(args ...interface{})
Panic(args ...interface{})
}
type NotifyBuffer ¶
type NotifyBuffer struct {
Updated chan struct{}
// contains filtered or unexported fields
}
func NewNotifyBuffer ¶
func NewNotifyBuffer() *NotifyBuffer
func (*NotifyBuffer) Close ¶
func (b *NotifyBuffer) Close()
func (*NotifyBuffer) Read ¶
func (b *NotifyBuffer) Read() string
type PlainFormatter ¶
type PlainFormatter struct{}
Click to show internal directories.
Click to hide internal directories.