wavecell
public enum wavecell : String, LogModuleProtocol
Wavecell SDK log modules
-
sdk- log message comes from SDK (general)Declaration
Swift
case sdk = "WAVECELL.SDK" -
network- log message comes from network componentDeclaration
Swift
case network = "WAVECELL.NET" -
push- log message comes from push processing componentDeclaration
Swift
case push = "WAVECELL.PUSH"
wavecell Enumeration Reference