package
0.0.0-20241005165219-eb1bcf33780f
Repository: https://github.com/root4loot/goutils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Debug logs a message at level Debug on the standard logger.
Debugf logs a message at level Debug on the standard logger.
Error logs a message at level Error on the standard logger.
Errorf logs a message at level Error on the standard logger.
Fatal logs a message at level Fatal on the standard logger.
Fatalf logs a message at level Fatal on the standard logger.
GetLevel returns the logger level.
Info logs a message at level Info on the standard logger.
Infof logs a message at level Info on the standard logger.
Init initializes the global logger.
No description provided by the author
NewLabel creates a new label.
NewLogger creates a new logger.
Notify logs a message using a specified or global logger.
Result logs a message using a specified or global logger.
Resultf logs a formatted message using a specified or global logger.
SetLevel sets the logger level.
SetLevelStr sets the logger level with a string.
Warn logs a message at level Warn on the standard logger.
Warnf logs a message at level Warn on the standard logger.
WithFields returns a logrus entry with the fields set.

# 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
No description provided by the author
No description provided by the author
Custom level.
No description provided by the author

# Structs

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

# Type aliases

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