Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trevatk/teapot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teapot

short and stout golang logger

Installation

$ go get github.com/trevatk/teapot

Usage

package main

func main() {
    log := New()
	log.Debug("hello world")
}

Benchmark

goos: linux
goarch: amd64
pkg: github.com/trevatk/teapot
cpu: Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
BenchmarkLogger_InfoHotPath-8   	 3322754	       358.0 ns/op	      48 B/op	       1 allocs/op

About

short and stout logger 🫖

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages