Creates a new logging context with additional fields.
Returns a new Interface with the specified fields added to the existing context.
Interface withFields(Iterable<Field> fields) => _logger.withFields(fields);