summaryrefslogtreecommitdiff
path: root/src/log
Commit message (Expand)AuthorAgeFilesLines
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-204-0/+4
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-3/+2
* log: make Default doc comment consistent with package docRodolfo Carvalho2020-11-261-1/+1
* log/syslog: set local to true if network is any of "unix", or "unixgram"imxyb2020-10-252-10/+28
* log: expose std via new Default functionColin Arnott2020-10-232-0/+9
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-6/+1
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-1/+1
* all: fix incorrect channel and API usage in some unit testsZiheng Liu2020-02-271-1/+1
* syscall: reenable sysctl on iOSJason A. Donenfeld2019-10-231-6/+0
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-095-6/+4
* log: mention names of flag constants in {Set,}Flags doc commentsAlan Donovan2019-09-241-0/+4
* log: add Lmsgprefix flagTim Cooper2019-09-132-8/+20
* log/syslog: skip unsupported tests on iOSElias Naur2019-09-071-0/+6
* log: expose Writer() method of the standard loggerPetr Jediný2019-03-251-0/+5
* log: make the name of error clearerroyeo2019-03-071-3/+3
* log: add Logger.Writer methodAndrew Poydence2018-10-251-0/+7
* log/syslog: skip tests that depend on daemon on buildersAlberto Donizetti2018-05-221-0/+9
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-1/+1
* log: Remove unnecessary elseSergey Semin2017-10-251-3/+1
* log: fix data race on log.Outputhagen17782017-09-192-5/+12
* log: move Ldate doc to general declarationWill Faught2017-09-101-9/+9
* log: adds a Logger Output method Examplegmarik2017-07-161-3/+23
* log: fix commentmapeiqi2017-07-151-1/+1
* log/syslog: expand docs a bit to reduce confusionBrad Fitzpatrick2017-06-081-7/+8
* log: Prevent getting time if it's unnecessaryAlbert Nigmatzianov2017-05-222-5/+23
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-1/+2
* all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick2016-11-041-0/+2
* all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike2016-10-261-1/+1
* log: document that log messages end in newlinesRuss Cox2016-10-241-0/+2
* log/syslog: document that Dial uses net.Dial parameters, add exampleBrad Fitzpatrick2016-08-192-0/+25
* all: single space after period.Brad Fitzpatrick2016-03-022-13/+13
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-17/+17
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-1/+1
* log/syslog: document that syslog is frozenBrad Fitzpatrick2016-01-051-3/+11
* log/syslog: disable unix/unixgram tests on androidHyang-Ah Hana Kim2015-10-211-16/+27
* log: fix flaky testJosh Bleecher Snyder2015-06-181-2/+2
* log/syslog: make the BUG notes visible on golang.orgShenghou Ma2015-04-224-23/+18
* log/syslog: limiting tests on darwin/arm64David Crawshaw2015-04-131-6/+15
* log: add flag LUTC, to use UTC time zone for time stampRob Pike2015-04-112-3/+33
* log: logging an empty string should still print a lineRob Pike2015-04-092-2/+17
* log/syslog: avoid unix sockets on darwin/armDavid Crawshaw2015-03-041-1/+15
* log: add SetOutput method on LoggerAndrew Gerrand2015-01-301-0/+7
* log: add global Output functionRob Pike2015-01-121-0/+11
* log: optimize itoaMartin Möhrmann2015-01-092-12/+33
* log: update doc commentAndrew Gerrand2015-01-051-3/+8
* log/syslog: try /var/run/log, for FreeBSDRuss Cox2014-09-301-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+1186