package
0.0.0-20250403091405-491dc5e31ac3
Repository: https://github.com/litmuschaos/litmus-go.git
Documentation: pkg.go.dev
# Functions
Error used for errors that should definitely be noted.
Errorf used for errors that should definitely be noted.
ErrorWithValues log the Error entries happening inside the code It also print the extra key values pairs.
Fatal Logs first and then calls `logger.Exit(1)` logging level is set to Panic.
Fatalf Logs first and then calls `logger.Exit(1)` logging level is set to Panic.
Info log the General operational entries about what's going on inside the application.
Infof log the General operational entries about what's going on inside the application.
InfoWithValues log the General operational entries about what's going on inside the application It also print the extra key values pairs.
Warn log the Non-critical entries that deserve eyes.
Warnf log the Non-critical entries that deserve eyes.