package
0.0.2
Repository: https://github.com/bpcoder16/zero.git
Documentation: pkg.go.dev

# README

helper -> filter -> wLogger

# Functions

Caller returns a Valuer that returns a pkg/file:line description of the caller.
No description provided by the author
No description provided by the author
FilterFunc with filter func.
FilterKey with filter key.
FilterLevel with filter level.
FilterValue with filter value.
NewFilter new a zaplogger filter.
No description provided by the author
No description provided by the author
No description provided by the author
Timestamp returns a timestamp Valuer with a custom time format.
Value return the function value.
With zaplogger fields.
WithContext returns a shallow copy of l with its context changed to ctx.
WithMessageKey with message key.
WithSprint with sprint.
WithSprintf with sprintf.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LevelDebug is zaplogger debug level.
LevelError is zaplogger error level.
LevelFatal is zaplogger fatal level.
LevelInfo is zaplogger info level.
No description provided by the author
LevelWarn is zaplogger warn level.

# Variables

DefaultCaller is a Valuer that returns the file and line.
No description provided by the author
DefaultTimestamp is a Valuer that returns the current wallclock time.

# Structs

Filter is a zaplogger filter.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

FilterOption is filter option.
No description provided by the author
No description provided by the author
Valuer is returns a logit value.