summaryrefslogtreecommitdiff
path: root/src/log
Commit message (Expand)AuthorAgeFilesLines
* 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