You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/core/logx
Kevin Wan ac321fc146
feat: add fields with logx methods, support using third party logging libs. (#1847)
* backup

* simplify

* chore: remove unused pool

* chore: fix lint errors

* chore: use strings.Builder instead of bytes.Buffer

* test: add more tests

* chore: fix reviewdog

* test: fix data race

* feat: make logger customizable

* chore: fix reviewdog

* test: fix fails

* chore: fix set writer twice

* chore: use context instead of golang.org context

* chore: specify uint32 for level types
3 years ago
..
config.go feat: implement console plain output for debug logs (#1456) 3 years ago
durationlogger.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
durationlogger_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
lesslogger.go fix golint issues in core/logx (#496) 4 years ago
lesslogger_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
lesswriter.go fix golint issues in core/logx (#496) 4 years ago
lesswriter_test.go fix golint issues in core/logx (#496) 4 years ago
limitedexecutor.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
limitedexecutor_test.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
logger.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
logs.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
logs_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
logwriter.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
rotatelogger.go feat: rename module from tal-tech to zeromicro (#1413) 3 years ago
rotatelogger_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
syslog.go initial import 4 years ago
syslog_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
tracelogger.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
tracelogger_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
util.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
util_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
vars.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
writer.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago
writer_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 3 years ago