Skip to content

Simple, Beautiful, and time-based rotating logger for Go.

Notifications You must be signed in to change notification settings

samuelduann/log4g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

log4g

Simple, Beautiful, and Time rotateable logging for Go.

usage:

import "github.com/samuelduann/log4g"

logger := log4g.NewLogger("test_log/test_log", log4g.FilenameSuffixInHour)

logger.Noticef("test %d", 5)

About

Simple, Beautiful, and time-based rotating logger for Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages