# Packages
No description provided by the author
# Functions
New creates a zap.Logger with LoggerOption.
WithFileName returns a LoggerOption that sets filename for logger.
WithMaxAge returns a LoggerOption that sets maxAge for logger.
WithMaxBackups returns a LoggerOption that sets maxBackups for logger.
WithMaxSize returns a LoggerOption that sets maxSize for logger.
# Interfaces
A LoggerOption sets options such as filename, etc.