summaryrefslogtreecommitdiff
path: root/src/log
Commit message (Expand)AuthorAgeFilesLines
* log/slog: create prefix buffer earlierJonathan Amsterdam2023-05-162-18/+34
* log/slog: document that NewRecord should be used to create a recordJonathan Amsterdam2023-05-151-0/+1
* log/slog: test built-in handlers with slogtestJonathan Amsterdam2023-05-101-0/+104
* log/slog: add json struct tags to SourceJonathan Amsterdam2023-05-101-3/+3
* log/slog: remove special float handling from JSONHandlerJonathan Amsterdam2023-05-042-36/+26
* log/slog: rearrange package docJonathan Amsterdam2023-05-041-33/+33
* log/slog: Group takes ...anyJonathan Amsterdam2023-05-043-17/+21
* log/slog: built-in handler constructors take options as a second argJonathan Amsterdam2023-05-0413-44/+41
* slog: fix grammatical mistakes in docsnilsocket2023-05-042-4/+3
* log: avoid leaking goroutines in TestOutputRaceBryan C. Mills2023-04-211-0/+4
* log/slog: add Source type for source locationJonathan Amsterdam2023-04-207-161/+111
* log/slog: remove calls to Value.Resolve from coreJonathan Amsterdam2023-04-207-41/+25
* log/slog: catch panics in LogValueJonathan Amsterdam2023-04-122-1/+52
* log/slog: function argument to Record.Attrs returns boolJonathan Amsterdam2023-04-125-8/+26
* log/slog: require entire Attr to be empty to elideJonathan Amsterdam2023-04-128-24/+28
* log/slog: don't call SetDefault in examplesJonathan Amsterdam2023-04-122-12/+6
* log,log/slog: get correct source line when slog calls logJonathan Amsterdam2023-04-126-33/+58
* log/syslog: report hostname mismatch error detailsMichael Pratt2023-04-121-2/+5
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-1/+1
* src/log/slog: JSONHandler checks if error implements json.MarshalerJonathan Amsterdam2023-03-292-1/+9
* src/log/slog: disallow == on ValuesJonathan Amsterdam2023-03-273-2/+7
* log/slog: fix string representation of Group valuesJonathan Amsterdam2023-03-272-2/+5
* log/slog/internal/benchmarks: slog benchmarksJonathan Amsterdam2023-03-254-0/+391
* log/slog: clarify the limits of TextHandler output parseabilityJonathan Amsterdam2023-03-241-4/+8
* log/slog: use Infinity instead of InfJoe Tsai2023-03-242-5/+5
* slog: eliminate needsQuotingSetJonathan Amsterdam2023-03-221-15/+3
* log/slog: fix window race builderCuong Manh Le2023-03-221-1/+2
* log/slog: rename and remove filesJonathan Amsterdam2023-03-2210-154/+117
* log/slog: clarify Logger.WithGroup docJonathan Amsterdam2023-03-211-0/+2
* log/slog: use unsafe.StringData, SliceDataJonathan Amsterdam2023-03-211-18/+6
* log/slog: initial commitJonathan Amsterdam2023-03-2131-0/+5476
* log: fix and cleanup trailing newline logicJoe Tsai2023-02-062-3/+10
* log: make use of fmt.Append functionalityJoe Tsai2023-02-042-30/+47
* log: reduce lock contentionJoe Tsai2023-02-032-51/+104
* log/syslog: return nil directlyFĂ©lix Dorn2022-10-031-1/+1
* log: use strings.Buildercuiweixie2022-09-061-4/+4
* log: change isDiscard type to atomic.BoolLudi Rehak2022-08-091-18/+14
* all: gofmt main repoRuss Cox2022-04-112-5/+8
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-18/+18
* log/syslog: create unix sockets in unique directoriesBryan C. Mills2021-12-061-39/+55
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-284-4/+0
* log: don't format if writing to io.DiscardIan Lance Taylor2021-09-172-12/+55
* 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