Documentation
¶
Index ¶
- func GetContextOfLog() context.Context
- type Log
- func (l *Log) Debug(ctx context.Context, format string, args ...interface{})
- func (l *Log) EnterExitFunc(ctx context.Context) func()
- func (l *Log) Error(ctx context.Context, format string, args ...interface{})
- func (l *Log) Fatal(ctx context.Context, format string, args ...interface{})
- func (l *Log) Info(ctx context.Context, format string, args ...interface{})
- func (l *Log) Panic(ctx context.Context, format string, args ...interface{})
- func (l *Log) SetTraceId(ctx context.Context) context.Context
- func (l *Log) Trace(ctx context.Context, format string, args ...interface{})
- func (l *Log) Warning(ctx context.Context, format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Log ¶
type Log struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.