gf/os/glog
2023-06-29 20:29:33 +08:00
..
glog_api.go change errors wrapped by gerror.Wrap with error stack info for all packages 2021-12-23 00:09:00 +08:00
glog_chaining.go change errors wrapped by gerror.Wrap with error stack info for all packages 2021-12-23 00:09:00 +08:00
glog_config.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00
glog_instance.go version 2 2021-10-11 21:41:56 +08:00
glog_logger_api.go remove function Println from package glog 2021-10-30 19:44:22 +08:00
glog_logger_chaining.go version 2 2021-10-11 21:41:56 +08:00
glog_logger_color.go improve color feature for package glog 2021-07-15 21:20:29 +08:00
glog_logger_config.go refactor: code optimization (#2667) 2023-05-25 21:58:11 +08:00
glog_logger_handler_json.go fix issue #1913 2022-06-20 22:03:19 +08:00
glog_logger_handler.go add LevelPrint configuration for glog.Logger; add package internal/instance for grouped instance management feature; add default logger for panic message printing if no logger set in gcron.Cron (#2388) 2023-01-06 14:15:30 +08:00
glog_logger_level.go doc: correct level value comment (#2653) 2023-05-22 20:29:24 +08:00
glog_logger_rotate.go feat(glog): add log rotation support for short-running process (#2658) 2023-06-29 20:29:33 +08:00
glog_logger_writer.go refract package ghttp/gredis/glog 2021-09-27 21:27:24 +08:00
glog_logger.go feat(glog): add log rotation support for short-running process (#2658) 2023-06-29 20:29:33 +08:00
glog_z_example_test.go fix issue #2339 (#2433) 2023-02-08 19:08:10 +08:00
glog_z_unit_config_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
glog_z_unit_internal_test.go unit testing files renaming 2021-11-17 23:20:58 +08:00
glog_z_unit_logger_chaining_test.go improve command gen ctrl and gen service (#2711) 2023-06-19 20:47:32 +08:00
glog_z_unit_logger_handler_test.go improve handler feature for package glog 2022-04-29 14:13:54 +08:00
glog_z_unit_logger_rotate_test.go fix glog bug (#1844) 2022-06-23 21:05:12 +08:00
glog_z_unit_test.go update default logging time format using SetTimeFormat (#2611) 2023-05-23 20:59:58 +08:00
glog.go add golangci feature to guarantee codes quality (#2229) 2022-11-01 20:12:21 +08:00