Categorygithub.com/desperatee/go-log
modulepackage
1.0.2
Repository: https://github.com/desperatee/go-log.git
Documentation: pkg.go.dev

# README

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!")
}

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author