Documentation
¶
Index ¶
- Constants
- func NewConfig(opts ...vlog.Option) *vlog.Config
- type HLog
- func (l *HLog) CtxDebugf(ctx context.Context, f string, v ...any)
- func (l *HLog) CtxErrorf(ctx context.Context, f string, v ...any)
- func (l *HLog) CtxFatalf(ctx context.Context, f string, v ...any)
- func (l *HLog) CtxInfof(ctx context.Context, f string, v ...any)
- func (l *HLog) CtxNoticef(ctx context.Context, f string, v ...any)
- func (l *HLog) CtxTracef(ctx context.Context, f string, v ...any)
- func (l *HLog) CtxWarnf(ctx context.Context, f string, v ...any)
- func (l *HLog) Debug(v ...any)
- func (l *HLog) Debugf(f string, v ...any)
- func (l *HLog) Error(v ...any)
- func (l *HLog) Errorf(f string, v ...any)
- func (l *HLog) Fatal(v ...any)
- func (l *HLog) Fatalf(f string, v ...any)
- func (l *HLog) Info(v ...any)
- func (l *HLog) Infof(f string, v ...any)
- func (l *HLog) Logger() *slog.Logger
- func (l *HLog) Notice(v ...any)
- func (l *HLog) Noticef(f string, v ...any)
- func (l *HLog) SetLevel(level hlog.Level)
- func (l *HLog) SetOutput(writer io.Writer)
- func (l *HLog) Trace(v ...any)
- func (l *HLog) Tracef(f string, v ...any)
- func (l *HLog) Warn(v ...any)
- func (l *HLog) Warnf(f string, v ...any)
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.