File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# log - aah framework
22[ ![ Build Status] ( https://travis-ci.org/go-aah/log.svg?branch=master )] ( https://travis-ci.org/go-aah/log ) [ ![ codecov] ( https://codecov.io/gh/go-aah/log/branch/master/graph/badge.svg )] ( https://codecov.io/gh/go-aah/log/branch/master ) [ ![ Go Report Card] ( https://goreportcard.com/badge/aahframework.org/log.v0 )] ( https://goreportcard.com/report/aahframework.org/log.v0 )
3- [ ![ Version] ( https://img.shields.io/badge/version-0.4 -blue.svg )] ( https://github.com/go-aah/log/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/log.v0?status.svg )] ( https://godoc.org/aahframework.org/log.v0 )
3+ [ ![ Version] ( https://img.shields.io/badge/version-0.5 -blue.svg )] ( https://github.com/go-aah/log/releases/latest ) [ ![ GoDoc] ( https://godoc.org/aahframework.org/log.v0?status.svg )] ( https://godoc.org/aahframework.org/log.v0 )
44[ ![ License] ( https://img.shields.io/github/license/go-aah/log.svg )] ( LICENSE )
55
6- *** v0.4 [ released] ( https://github.com/go-aah/log/releases/latest ) and tagged on Jun 01 , 2017***
6+ *** v0.5 [ released] ( https://github.com/go-aah/log/releases/latest ) and tagged on Jul 22 , 2017***
77
88Simple, flexible & powerful ` Go ` logger inspired by standard logger & Google glog. aah framework utilizes ` log ` library across.
99
Original file line number Diff line number Diff line change 2727 LevelTrace : []byte ("\033 [0;35m" ), // magenta (purple)
2828 }
2929
30- _ Receiver = & ConsoleReceiver {}
30+ _ Receiver = ( * ConsoleReceiver )( nil )
3131)
3232
3333// ConsoleReceiver writes the log entry into os.Stderr.
Original file line number Diff line number Diff line change 2020 // backupTimeFormat is used for timestamp with filename on rotation
2121 backupTimeFormat = "2006-01-02-15-04-05.000"
2222
23- _ Receiver = & FileReceiver {}
23+ _ Receiver = ( * FileReceiver )( nil )
2424)
2525
2626// FileReceiver writes the log entry into file.
You can’t perform that action at this time.
0 commit comments