Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { InitLogger(args map[string]interface{}) WithFields(args map[string]interface{}) Logger // WithFields create sub-logger / technically new logger GetLogPath() (string, error) Debug(args ...interface{}) Debugf(template string, args ...interface{}) Info(args ...interface{}) Infof(template string, args ...interface{}) Warn(args ...interface{}) Warnf(template string, args ...interface{}) Error(args ...interface{}) Errorf(template string, args ...interface{}) Panic(args ...interface{}) Panicf(template string, args ...interface{}) Fatal(args ...interface{}) Fatalf(template string, args ...interface{}) GetServerUnaryInterceptor() grpc.UnaryServerInterceptor GetServerStreamInterceptor() grpc.StreamServerInterceptor }
Logger c
Click to show internal directories.
Click to hide internal directories.