bind function

Interface bind([
  1. Iterable<Field>? fields
])

Creates and returns a new logging context with bound fields added to existing one.

See more Interface.bind.

Implementation

Interface bind([Iterable<Field>? fields]) => _logger.bind(fields);