package
0.0.0-20210407095900-d6cac537c25b
Repository: https://github.com/sourcegraph/lsif-semanticdb.git
Documentation: pkg.go.dev

# Functions

Debugf prints logging messages in Debug level.
Debugf prints logging messages in Debug level.
Fatal is equivalent to Print() followed by a call to os.Exit(1).
Fatalf is equivalent to Printf() followed by a call to os.Exit(1).
Infof prints logging messages in Info level.
Infoln prints logging messages in Info level.
Print calls Output to print to the standard logger.
Printf calls Output to print to the standard logger.
Println calls Output to print to the standard logger.
SetLevel sets the logging level.

# Constants

Logging levels can be used to define verboseness.
Logging levels can be used to define verboseness.
Logging levels can be used to define verboseness.

# Type aliases

Level determines the level of verbose for logging messages.