package
1.0.0-beta.32
Repository: https://github.com/scaleway/scaleway-sdk-go.git
Documentation: pkg.go.dev
# Functions
Debugf logs to the DEBUG log.
EnableDebugMode enable LogLevelDebug on the default logger.
Errorf logs to the ERROR log.
Infof logs to the INFO log.
SetLogger sets logger that is used in by the SDK.
ShouldLog reports whether verbosity level l is at least the requested verbose level.
Warningf logs to the WARNING log.
# Constants
No description provided by the author
LogLevelDebug indicates Debug severity.
LogLevelError indicates Error severity.
LogLevelInfo indicates Info severity.
LogLevelWarning indicates Warning severity.
# Variables
No description provided by the author
# Interfaces
Logger does underlying logging work for scaleway-sdk-go.
# Type aliases
No description provided by the author