ivierlin / log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log

Usage

import . "github.com/ivierlin/log"

func init() {
  Debug("init")
 }
  
func main() {
  Log(Prefix("SYMPATHY", Magenta), "Is this the real life?")
  i := 42
  Info("var i =",i)
  Debug("exit")
 }

About


Languages

Language:Go 100.0%