Error

enum Error : String

Undocumented

  • Undocumented

    Declaration

    Swift

    case backgroundActivityLoggerBackendError = """
    Background Activity Logger uses the LogstashLogHandler as a logging backend. \
    This results in an infinite recursion in case of an error in the logging backend.
    """
  • Undocumented

    Declaration

    Swift

    case maximumLogStorageSizeTooLow = """
    The passed maximumLogStorageSize is too low. It needs to be at least twice as much \
    (spoken in terms of the power of two) as the passed minimumLogStorageSize.
    """
  • Undocumented

    Declaration

    Swift

    case notYetSetup = """
    The static .setup() function must be called before the LogstashLogHandler is intialized
    via LoggingSystem.bootrap(...). \
    The reason for that is the Background Activity Logger which can't use the LogstashLogHandler \
    as a backend because it would result in an infinite recursion in case of an error.
    """