//
pkg.gl
Category
github.com/go-gophers/gophers
utils
log
package
0.0.0-20170117123812-b94c5f0804aa
Repository:
https://github.com/go-gophers/gophers.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
5
Files
34 SLOC
#
Functions
Debugf
Debugf is an alias for Default.Debugf.
Fatal
Fatal is an alias for Default.Fatal.
Fatalf
Fatalf is an alias for Default.Fatalf.
New
New creates a new Logger.
Print
Print is an alias for Default.Print.
Printf
Printf is an alias for Default.Printf.
#
Variables
Default
Default shared instance.
#
Structs
Logger
Logger is our custom logger with Debugf method.