MetadataValue

extension Logger.MetadataValue: Codable

Make Logger.MetadataValue conform to Encodable and Decodable, so it can be sent to Logstash

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public init(from decoder: Decoder) throws