Versions in this module Expand all Collapse all v1 v1.1.3 Sep 28, 2019 Changes in this version + var BLogger *zap.Logger + func Init(name string) + type Level int + const DEBUG + const ERROR + const FATAL + const INFO + const WARN + func (l *Level) Unmarshal(text string) + type Opt struct + LogLevel Level + LogName string + LogOutput Output + LogPath string + MaxAge int + MaxBackup int + MaxSize int + type Output int + const ALL + const CONSOLE + const FILE