package
Version:
v1.0.0-rc4
Opens a new window with list of versions in this module.
Published: Oct 7, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package applog contains utilities to work with logging.
NewLogger returns a new Logger.
The level can be [debug,info,warn,error]. The default is info.
The format can be [text,color,json]. The default is color.
type Container interface {
Logger() *zap.Logger
}
Container is a container.
NewContainer returns a new Container.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.