Simple go loggign module
Go to file
Basit Ali cb02709086 prefix fix 2022-02-25 20:22:42 +05:00
LICENSE license and readme 2021-07-25 15:41:48 +05:00
README.md license and readme 2021-07-25 15:41:48 +05:00
doc.go license and readme 2021-07-25 15:41:48 +05:00
go.mod initial commit 2021-06-29 15:05:49 +05:00
logger.go leveled logger 2021-07-14 14:53:48 +05:00
logger_alert.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_begin.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_end.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_error.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_highlight.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_inform.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_level.go added trace flag 2021-08-26 15:06:36 +05:00
logger_log.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_prefix.go leveled logger 2021-07-14 14:53:48 +05:00
logger_trace.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
logger_warn.go removed unnecessary writer check, begin and end to check log flag 2021-08-26 14:59:47 +05:00
my_logger.go prefix fix 2022-02-25 20:22:42 +05:00

README.md

go-log

A Go logging library that provides simple leveled logging.

Documentation

Documentation for the following library can be found at https://pkg.go.dev/github.com/rjbasitali/go-log

GoDoc