withFields function

Interface withFields(
  1. Iterable<Field> fields
)

Creates a new logging context with additional fields.

Returns a new Interface with the specified fields added to the existing context.

Implementation

Interface withFields(Iterable<Field> fields) => _logger.withFields(fields);