# Functions
AddFlags registers this package's flags on arbitrary FlagSets, such that they point to the same value as the global flags.
Check return if logging a message at the specified level is enabled.
Debug method output debug level log.
Debugf uses fmt.Sprintf to log a templated message.
Error method output error level log.
Errorf uses fmt.Sprintf to log a templated message.
Fatal method output fatal level log.
Fatalf uses fmt.Sprintf to log a templated message, then calls os.Exit.
FlushLogger calls the underlying Core's Sync method, flushing any buffered log entries.
Format return the current log format.
Info method output info level log.
Infof uses fmt.Sprintf to log a templated message.
InitLogger initializes logger the way we want for tke.
Level returns the current log level.
MustParseFormat to parse the log format flag.
MustParseLevel to parse the log level flag.
Panic method output panic level log and shutdown application.
Panicf uses fmt.Sprintf to log a templated message, then panics.
Reset to recreate the logger by changed flag params.
SetFormat to change the log format flag.
SetLevel to change the log level flag.
StdErrLogger returns logger of standard library which writes to supplied zap logger at error level.
StdInfoLogger returns logger of standard library which writes to supplied zap logger at info level.
Warn method output warning level log.
Warnf uses fmt.Sprintf to log a templated message.
ZapLogger returns zap logger instance.
# Constants
FormatFlagName flag name.
IgnoreCallerFlagName caller flag.
LevelFlagName flag name.
OutputPathsName path name.
SamplingFreqFlagName flag name.
WithColorFlagName flag name.
# Variables
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
nolint: golint.
# Type aliases
Field is an alias for the field structure in the underlying log frame.