# Functions
Debug logs a message using LevelDebug as log level.
Error logs a message using LevelError as log level.
Info logs a message using LevelInfo as log level.
New creates a logger with default setting by environmental variables.
No description provided by the author
No description provided by the author
NewWithLogger creates a logger with a zap logger.
No description provided by the author
Panic logs a message and then calls panic.
Sync calls writer sync method for zap.WriteSyncer.
Warn logs a message using LevelWarn as log level.
With creates a child logger from rootLogger.
WithTrace creates a child logger with trace context.
# Variables
Fany constructs a field with the given key and value.
Fbinary constructs a field with the given key and value.
Fbool constructs a field with the given key and value.
FbyteString constructs a field with the given key and value.
Fcomplex128 constructs a field with the given key and value.
Fcomplex64 constructs a field with the given key and value.
Fduration constructs a field with the given key and value.
Ferror constructs a field with the given key and value.
Ffloat32 constructs a field with the given key and value.
Ffloat64 constructs a field with the given key and value.
Fint constructs a field with the given key and value.
Fint16 constructs a field with the given key and value.
Fint32 constructs a field with the given key and value.
Fint64 constructs a field with the given key and value.
Fint8 constructs a field with the given key and value.
Fnamespace constructs a field with the given key and value.
Fobject constructs a field with the given key and value.
Freflect constructs a field with the given key and value.
Fskip constructs a field with the given key and value.
Fstack constructs a field with the given key and value.
Fstring constructs a field with the given key and value.
Fstringer constructs a field with the given key and value.
Fstrings constructs a field with the given key and value.
Ftime constructs a field with the given key and value.
Fuint constructs a field with the given key and value.
Fuint16 constructs a field with the given key and value.
Fuint32 constructs a field with the given key and value.
Fuint64 constructs a field with the given key and value.
Fuint8 constructs a field with the given key and value.
Fuintptr constructs a field with the given key and value.