go-zero/core/logx
2022-05-05 23:37:18 +08:00
..
config.go feat: implement console plain output for debug logs (#1456) 2022-01-17 12:43:15 +08:00
durationlogger_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
durationlogger.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
lesslogger_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
lesslogger.go fix golint issues in core/logx (#496) 2021-02-20 22:45:58 +08:00
lesswriter_test.go fix golint issues in core/logx (#496) 2021-02-20 22:45:58 +08:00
lesswriter.go fix golint issues in core/logx (#496) 2021-02-20 22:45:58 +08:00
limitedexecutor_test.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
limitedexecutor.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
logger.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
logs_test.go fix time, duration, slice types on logx.Field (#1868) 2022-05-05 23:37:18 +08:00
logs.go fix time, duration, slice types on logx.Field (#1868) 2022-05-05 23:37:18 +08:00
logwriter.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
rotatelogger_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
rotatelogger.go chore: use time.Now() instead of timex.Time() because go optimized it (#1860) 2022-05-03 19:51:47 +08:00
syslog_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
syslog.go initial import 2020-07-26 17:09:05 +08:00
tracelogger_test.go chore: refine tests (#1864) 2022-05-04 17:52:58 +08:00
tracelogger.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
util_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
util.go chore: use time.Now() instead of timex.Time() because go optimized it (#1860) 2022-05-03 19:51:47 +08:00
vars.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
writer_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
writer.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00