swift-log icon indicating copy to clipboard operation
swift-log copied to clipboard

Add withMetadata() convenience function for adding multiple metadata k/v pairs to a Logger

Open gabbifish opened this issue 5 months ago • 10 comments

Adds withMetadata() convenience function for adding multiple metadata k/v pairs to a Logger.

Motivation:

Addresses #321

Modifications:

Note that in the spirit of the Logger[metadataKey: key] = value subscript mutating a logger, this PR also mutates the logger in-place.

Result:

Provides users a convenience function to add or modify multiple Logger.Metadata values in a Logger in place.

gabbifish avatar Sep 13 '24 17:09 gabbifish