Documentation ¶
Overview ¶
Package zerolog @Title logger capability of zerolog @Description zerolog implementation of logger capability @Author Ryan Fan 2021-06-09 @Update Ryan Fan 2021-06-09
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Capability = &intf.Capability{ Category: intf.ProviderCategoryLogger, Name: intf.ProviderNameLoggerZerolog, Module: fx.Module( string(intf.ProviderNameLoggerZerolog), fx.Provide(New), ), }
Functions ¶
func New ¶
func New(configProvider intf.ConfigProvider) (intf.LoggerProvider, error)
New initialize zerolog instance
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.