package
0.0.0-20170616082423-66cff7904715
Repository: https://github.com/simonz05/util.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Debug calls Output to print to the standard logger.
Debugf calls Output to print to the standard logger.
Debugln calls Output to print to the standard logger.
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).
Fatalln is equivalent to Println() followed by a call to os.Exit(1).
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).
Fatalln is equivalent to Println() followed by a call to os.Exit(1).
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.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Severity stores the log level.
# Type aliases
Level specifies a level of verbosity for V logs.