import "github.com/jackyzha0/nanoDB/log"
const ( FATAL = 0 // fatal only WARN = 1 // warn + fatal INFO = 2 // all )
var ( // IsShellMode determines what to print to. // if false, use logrus. if true, print raw to tty IsShellMode = false )
func WInfo(w http.ResponseWriter, format string, args ...interface{})
func WWarn(w http.ResponseWriter, format string, args ...interface{})
Package log imports 4 packages (graph) and is imported by 3 packages. Updated 2020-04-18. Refresh now. Tools for package owners.