Skip to content
/ jlog Public

glog style log tool with compression and rotation

License

Notifications You must be signed in to change notification settings

junjiefly/jlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jlog

a logging tool similar to glog style, integrates log compression and rollback functionalities

eg:

func main(){

	for i:=0;i<1000;i++{
		jlog.V(0).Infoln("log index:",i)
	}
	jlog.Shutdown()

}

go build

./main jlog -logDir=./eg

About

glog style log tool with compression and rotation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages