package
0.11.0
Repository: https://github.com/tableauio/tableau.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

DebugLevel logs are typically voluminous, and are usually disabled in production.
DPanicLevel logs are particularly important errors.
ErrorLevel logs are high-priority.
FatalLevel logs a message, then calls os.Exit(1).
InfoLevel is the default logging priority.
No description provided by the author
No description provided by the author
PanicLevel logs a message, then panics.
default.
No description provided by the author
No description provided by the author
WarnLevel logs are more important than Info, but don't need individual human review.

# Structs

Record represent an log, contains all properties.

# Type aliases

Fields represents attached fields of log.
A Level is a logging priority.
No description provided by the author
No description provided by the author