package
3.11.5+incompatible
Repository: https://github.com/sylabs/singularity.git
Documentation: pkg.go.dev

# Functions

Debugf is a dummy function doing nothing.
DisableColor for the logger.
Errorf is a dummy function doing nothing.
Fatalf is a dummy function exiting with code 255.
GetEnvVar is a dummy function returning environment variable with lowest message level.
GetLevel is a dummy function returning lowest message level.
Infof is a dummy function doing nothing.
SetLevel is a dummy function doing nothing.
Verbosef is a dummy function doing nothing.
Warningf is a dummy function doing nothing.
Writer is a dummy function returning io.Discard writer.

# Constants

DebugLevel : 5.
ErrorLevel : -3.
FatalLevel : -4.
InfoLevel : 1.
LogLevel : -1.
Verbose2Level : 3.
Verbose3Level : 4.
VerboseLevel : 2.
WarnLevel : -2.

# Structs

DebugLogger is an implementation of the go-log/log Logger interface that will output log messages via sylog.debug when required by external packages such as the scs-library-client.