Skip to content

MeowWolf/eoslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

eoslog

Simple log formatter with standard (non-go) log levels

Usage

import (
	log "github.com/MeowWolf/eoslog"
)

log.Trace.Printf("...")
log.Debug.Printf("...")
log.Info.Printf("...")
log.Warn.Printf("...")
log.Error.Printf("...")
log.Critical.Printf("...")

The individual levels are just Loggers underneath so all the normal methods work, e.g. Print, Printf, Println, etc.

About

Basic log formatter written in Go

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages