aboutsummaryrefslogtreecommitdiff
path: root/src/log/log_test.go
AgeCommit message (Expand)Author
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