Install the latest version with
$ go get -u github.com/lamjack/veuvelog
import (
"github.com/lamjack/veuvelog"
"github.com/lamjack/veuvelog/handler"
)
lvl := log.DEBUG
h := handler.NewConsoleHandler(logLevel)
ConsoleLogger = log.NewLogger("logger name")
ConsoleLogger.PushHandler(h)
Jack Lam - jack@wizmacau.com - http://lamjack.github.io/
Venvelog is licensed under the MIT License - see the LICENSE
file for details