package
0.0.0-20241209063806-22fa674bf32f
Repository: https://github.com/chaos-io/chaos.git
Documentation: pkg.go.dev
# Functions
Debug logs a message at DebugLevel.
Debugf uses fmt.Sprintf to log a templated message.
No description provided by the author
Error logs a message at ErrorLevel.
Errorf uses fmt.Sprintf to log a templated message.
No description provided by the author
Fatal uses fmt.Sprint to construct and log a message, then calls os.Exit.
No description provided by the author
No description provided by the author
Info logs a message at InfoLevel.
Infof uses fmt.Sprintf to log a templated message.
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
Warn logs a message at WarnLevel.
Warnf uses fmt.Sprintf to log a templated message.
No description provided by the author
No description provided by the author