wavecell

public enum wavecell : String, LogModuleProtocol

Wavecell SDK log modules

  • sdk

    sdk - log message comes from SDK (general)

    Declaration

    Swift

    case sdk = "WAVECELL.SDK"
  • network - log message comes from network component

    Declaration

    Swift

    case network = "WAVECELL.NET"
  • push - log message comes from push processing component

    Declaration

    Swift

    case push = "WAVECELL.PUSH"