aboutsummaryrefslogtreecommitdiff
path: root/lib/mlog
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2025-01-22lib/bytes: replace Copy and Concat with standard libraryShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-11lib/mlog: update the example for MultiLogger using different package nameShulhan
2022-08-03lib/mlog: simplify for-select channel consumers with for-rangeShulhan
2022-06-27lib/mlog: minimize allocation when generating logShulhan
2022-06-27lib/mlog: simplify flushing by using single channelShulhan
2022-06-27lib/mlog: minimize checking for new lineShulhan
2022-06-27lib/mlog: add method Close to MultiLoggerShulhan
2022-06-26lib/mlog: clean up the codeShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-03-27lib/http: use package mlog for loggingShulhan
2022-02-17lib/mlog: make the Outf method always add new line at the endShulhan
2022-02-17lib/mlog: change default mlog instance to non-pointerShulhan
2022-02-17lib/mlog: realign the struct MultiLoggerShulhan
2021-08-25lib/mlog: implement io.Writer and add function ErrorWriterShulhan
2021-08-06lib/mlog: add function and method PanicfShulhan
2021-05-04mlog: add function and method PrintStackShulhan
2021-05-04mlog: remove comment about adding new lineShulhan
2021-03-03mlog: change default time layout in the prefixShulhan
2021-02-23mlog: append new line character on Errf if its not end with itShulhan
2021-02-12mlog: implement MultiLoggerShulhan