Verbosity

public enum Verbosity

Configuration of a log verbosity.

  • Logs only date and given message.

    Declaration

    Swift

    case simple
  • Logs date, function name and given message.

    Declaration

    Swift

    case medium
  • Logs date, file with line number, function name and given message.

    Declaration

    Swift

    case full