Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlogHandler ¶
type SlogHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New(h slog.Handler) *SlogHandler
func (*SlogHandler) Debug ¶
func (handler *SlogHandler) Debug(msg string, args ...any)
func (*SlogHandler) Error ¶
func (handler *SlogHandler) Error(msg string, args ...any)
func (*SlogHandler) Info ¶
func (handler *SlogHandler) Info(msg string, args ...any)
func (*SlogHandler) Warn ¶
func (handler *SlogHandler) Warn(msg string, args ...any)
Click to show internal directories.
Click to hide internal directories.