tag

Return a Tagged builder for the given tag.

StructuredTimber.tag("Checkout").d("done", "item_id" to "SKU-123")

Return

A Tagged instance that prefixes every log call with tag.

Since

1.0.0

Parameters

tag

The log tag applied to all messages from the returned instance.