Tony Chen
79497dd3a5
log: fix global logger ( #2034 )
...
* log: fix global logger
3 years ago
Eng Zer Jun
77b16286f8
refactor: move from io/ioutil to io and os packages ( #1633 )
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
3 years ago
海雨
7cd9503b95
test: add log test ( #1576 )
...
* test: add log test
* fix
* fix lint
3 years ago
包子
250bb5c8e7
feat(log/helper): log helper add WithMessageKey option ( #1541 )
3 years ago
Kagaya
f7588a47de
fix: ci lint error ( #1391 )
...
* fix lint check
* fix lll lint error
* fix build error
* fix gomnd
* fix shadow declaration
* add make test command
* update
3 years ago
longxboy
4860f42637
add ctx for logger ( #998 )
...
* add ctx for trace
4 years ago
Tony Chen
d78eb3ee4b
log: add level printer ( #918 )
...
* add level printer
* fix helper args
* fix test
* Update README.md
4 years ago
Tony Chen
801f89b6db
log: rename Print to Log ( #886 )
...
* rename Print to Log
4 years ago
Tony Chen
21557b38f6
log: add log context ( #766 )
...
* add log context & valuer
4 years ago
chenzhihui
3566386a89
init v2
4 years ago