package
1.1.15
Repository: https://github.com/wfusion/gofusion.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

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

# Structs

Conf log configurenolint: revive // struct tag too long issue.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
A Level is a logging priority.