Documentation ¶
Index ¶
- func NewSessionLog(session *neon.Session) logger.Logger
- func ReplaceGrpcLogger()
- func SetGrpcLog(log logger.Logger)
- type GrpcExtendLog
- type GrpcLog
- func (log *GrpcLog) Debugln(args ...interface{})
- func (log *GrpcLog) Errorln(args ...interface{})
- func (log *GrpcLog) Fatalln(args ...interface{})
- func (log *GrpcLog) Infoln(args ...interface{})
- func (log *GrpcLog) V(l int) bool
- func (log *GrpcLog) Warning(args ...interface{})
- func (log *GrpcLog) Warningf(format string, args ...interface{})
- func (log *GrpcLog) Warningln(args ...interface{})
- func (log *GrpcLog) Warnln(args ...interface{})
- type SimpleFormat
- type SimpleLog
- func (log *SimpleLog) Debug(args ...interface{})
- func (log *SimpleLog) Debugf(format string, args ...interface{})
- func (log *SimpleLog) Error(args ...interface{})
- func (log *SimpleLog) Errorf(format string, args ...interface{})
- func (log *SimpleLog) Fatal(args ...interface{})
- func (log *SimpleLog) Fatalf(format string, args ...interface{})
- func (log *SimpleLog) Info(args ...interface{})
- func (log *SimpleLog) Infof(format string, args ...interface{})
- func (log *SimpleLog) Panic(args ...interface{})
- func (log *SimpleLog) Panicf(format string, args ...interface{})
- func (log *SimpleLog) SetLevel(level logger.Level) bool
- func (log *SimpleLog) Warn(args ...interface{})
- func (log *SimpleLog) Warnf(format string, args ...interface{})
- func (log *SimpleLog) With(fields ...interface{}) logger.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceGrpcLogger ¶
func ReplaceGrpcLogger()
func SetGrpcLog ¶
Types ¶
type GrpcExtendLog ¶
type GrpcLog ¶
type GrpcLog struct { logger.Logger GrpcExtendLog }
type SimpleFormat ¶
type SimpleFormat struct{}
type SimpleLog ¶
type SimpleLog struct {
// contains filtered or unexported fields
}
func NewSimpleLog ¶
func NewSimpleLog() *SimpleLog
Click to show internal directories.
Click to hide internal directories.