Documentation ¶
Index ¶
- func ContextSetLogger(ctx context.Context, value Interface) context.Context
- type CaptureInterface
- type Fun
- type Interface
- type Level
- type Logger
- func (o *Logger) Debug(message string, args ...any)
- func (o *Logger) Error(message string, args ...any)
- func (o *Logger) Fatal(message string, args ...any)
- func (o *Logger) GetLevel() Level
- func (o *Logger) GetLogger() Interface
- func (o *Logger) Info(message string, args ...any)
- func (o *Logger) Log(skip int, level Level, message string, args ...any)
- func (o *Logger) Message(message string, args ...any)
- func (o *Logger) SetLevel(level Level)
- func (o *Logger) SetLogger(logger Interface)
- func (o *Logger) Trace(message string, args ...any)
- func (o *Logger) Warn(message string, args ...any)
- type ManageInterface
- type MessageInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CaptureInterface ¶
func NewCaptureLogger ¶
func NewCaptureLogger() CaptureInterface
type Interface ¶
type Interface interface { MessageInterface ManageInterface }
func ContextGetLogger ¶
type ManageInterface ¶
Click to show internal directories.
Click to hide internal directories.