# Functions
GetLogger returns the logger for a specific process.
InitLogger initializes a logger for a specific process with production environment by default.
NewZapLogger creates a new logger wrapped the zap.Logger.
NewZapLoggerByConfig creates a logger wrapped the zap.Logger Note if the logger need to show the caller, need use `zap.AddCallerSkip(1)` ad options.
# Constants
No description provided by the author
No description provided by the author
prints debug and above.
No description provided by the author
No description provided by the author
No description provided by the author
prints info and above.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
ProcessName type to ensure valid process names.