aboutsummaryrefslogtreecommitdiff
path: root/src/log/log_test.go
AgeCommit message (Expand)Author
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-03-11log/slog: use consistent call depth for all outputÖrjan Fors
2023-04-21log: avoid leaking goroutines in TestOutputRaceBryan C. Mills
2023-02-06log: fix and cleanup trailing newline logicJoe Tsai
2023-02-04log: make use of fmt.Append functionalityJoe Tsai
2023-02-03log: reduce lock contentionJoe Tsai
2022-09-06log: use strings.Buildercuiweixie
2021-09-17log: don't format if writing to io.DiscardIan Lance Taylor
2020-10-23log: expose std via new Default functionColin Arnott
2019-09-13log: add Lmsgprefix flagTim Cooper
2019-03-07log: make the name of error clearerroyeo
2017-09-19log: fix data race on log.Outputhagen1778
2017-05-22log: Prevent getting time if it's unnecessaryAlbert Nigmatzianov
2015-06-18log: fix flaky testJosh Bleecher Snyder
2015-04-11log: add flag LUTC, to use UTC time zone for time stampRob Pike
2015-04-09log: logging an empty string should still print a lineRob Pike
2015-01-09log: optimize itoaMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox