HeliumLoggerSwiftLogFormatValues

public enum HeliumLoggerSwiftLogFormatValues : String

The additional set of substitution “variables” that can be used when formatting the messages to be logged with SwiftLog.

  • The logging metadata used by SwiftLog.

    Declaration

    Swift

    case metadata = "(%metadata)"
  • The label of the logger used by SwiftLog.

    Declaration

    Swift

    case label = "(%label)"