Skip to content

Simple Golang logger package with multi-platform color support, with 3 different levels of logs (info, warn, error)

Notifications You must be signed in to change notification settings

desperatee/go-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-log

Simple Golang logger package with multi-platform color support, with 3 different levels of logs (info, warn, error)

How to use

package main

import "github.com/desperatee/go-log"

func main() {
  log.Log(log.Info, "Hello world!")
}

About

Simple Golang logger package with multi-platform color support, with 3 different levels of logs (info, warn, error)

Topics

Resources

Stars

Watchers

Forks

Languages