Documentation ¶ Index ¶ func New() logx.Handler type Handler func (self *Handler) Enabled(context.Context, logx.Level) bool func (self *Handler) Handle(context.Context, logx.Record) error func (self *Handler) WithAttrs(attrs []logx.Attr) logx.Handler func (self *Handler) WithGroup(name string) logx.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New() logx.Handler Types ¶ type Handler ¶ type Handler struct { } func (*Handler) Enabled ¶ func (self *Handler) Enabled(context.Context, logx.Level) bool func (*Handler) Handle ¶ func (self *Handler) Handle(context.Context, logx.Record) error func (*Handler) WithAttrs ¶ func (self *Handler) WithAttrs(attrs []logx.Attr) logx.Handler func (*Handler) WithGroup ¶ func (self *Handler) WithGroup(name string) logx.Handler Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.