package
0.0.0-20240822020607-ba854f2ded86
Repository: https://github.com/aliyuncontainerservice/pouch.git
Documentation: pkg.go.dev

# Functions

AddFields merges new fields with context logger's fields, and update new logger into context if ctx is nil, it is same with WithFields().
Init initializes log Level and log format.
NewContext returns new log entry, if context has old entry, it will be overwrite.
With returns log entry from context.
WithFields merges new fields with context logger's fields, but don't update into context.