Skip to content

daneshvar/go-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 3, 2021
6d98bc6 · Feb 3, 2021

History

3 Commits
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021
Feb 3, 2021

Repository files navigation

Log

package main

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

func main() {
	defer log.Sync()
	log.RedirectStdLog()
	log.Config(log.DebugLevel, true)

	// log.GetLogger()
	// log.SetCaller(true)

	log.Warn("Not Found config file")

	log.Infov("GET",
		"url", "http://example.com/data.json",
	)

	log.Error("Fetch",
		"url", "http://example.com",
		"attempt", 3,
		"backoff", time.Second,
	)
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages