OutputFormat

public enum OutputFormat

Denotes the format of the log

  • Log in JSON format

    Declaration

    Swift

    case json
  • Log in plaintext format

    Declaration

    Swift

    case plaintext