Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitNoFlag ¶
InitNoFlag initializes without CLI flag which means the level must be initialized useful for tests
func InitWithFlags ¶ added in v0.8.0
InitWithFlags allows for the initialization of log via root command
Types ¶
type Level ¶
type Level int8
Level specifies a level of verbosity for V logs.
func (*Level) Get ¶
func (l *Level) Get() interface{}
Get is required for https://godoc.org/flag#Getter the return of interface{} is forced by Getter interface
type Verbose ¶
type Verbose bool
Verbose is boolean type that implements Println, Printf See glog and documentation for V
Click to show internal directories.
Click to hide internal directories.