Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogProvider ¶
type LogProvider struct { goframe.IProvider Driver string Level contract.LogLevel Writer io.Writer Handler contract.Handler Formatter contract.Formatter }
func (*LogProvider) Boot ¶
func (p *LogProvider) Boot(container goframe.IContainer) error
func (*LogProvider) Inject ¶
func (p *LogProvider) Inject(container goframe.IContainer) goframe.Handler
func (*LogProvider) IsDefer ¶
func (p *LogProvider) IsDefer() bool
func (*LogProvider) Name ¶
func (p *LogProvider) Name() string
func (*LogProvider) Params ¶
func (p *LogProvider) Params(container goframe.IContainer) []any
Click to show internal directories.
Click to hide internal directories.