Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompoundHandler ¶
type CompoundHandler struct {
// contains filtered or unexported fields
}
func NewCompoundHandler ¶
func NewCompoundHandler() *CompoundHandler
func (*CompoundHandler) AddHandler ¶
func (ss *CompoundHandler) AddHandler(logger logging.ILogHandler)
func (*CompoundHandler) Log ¶
func (ss *CompoundHandler) Log(data *logging.LogData)
func (*CompoundHandler) WrapToContainer ¶
func (ss *CompoundHandler) WrapToContainer(ty reflect.Type) any
Click to show internal directories.
Click to hide internal directories.