toApiLogEvent method

LogEventApiDto toApiLogEvent()

Implementation

LogEventApiDto toApiLogEvent() => LogEventApiDto(
      id: id,
      serviceName: serviceName,
      serviceInstance: instanceId,
      level: level,
      timestamp: timestamp,
      message: message,
      path: path ?? {},
      meta: meta ?? {},
    );