package
1.2.9
Repository: https://github.com/unbxd/go-base.git
Documentation: pkg.go.dev

# Functions

Bool is a wrapper for boolean values for logging.
Error is wrapper for error values for logging.
Float value is for floating point fields.
Int wrapper for logging.
Int64 is a wrapper int64 values for logging.
NewZapLogger returns a default implementaiton of log.Logger interface using uber/zap as core layer.
Reflect returns a field for which the value is undetermined.
String is logger wrapper for string.
ZapWithAppendedOutput is option to add additional output to list of existing output destination.
ZapWithEncoding is option to set encoding for zap based logger.
ZapWithLevel is option to set level for Zap Based Logger.
ZapWithOutput is option to set output paths for zap based logger.

# Constants

Field Types supported by Logger.
Field Types supported by Logger.
Field Types supported by Logger.
Field Types supported by Logger.
Field Types supported by Logger.
Field Types supported by Logger.

# Structs

Field defines a standard Key-Value pair used to populate the value for the logger.

# Interfaces

Logger defines standard set of functions supported by logger and used across the Base Package.

# Type aliases

FieldType defines the type for a field.
No description provided by the author