CPLogLevel
enum CPLogLevel : NSInteger {}
enum class for Log Levels
@since 1.0.0
-
events that will presumably lead the application to abort
Declaration
Objective-C
ERROR
-
potentially harmful situations
Declaration
Objective-C
WARNING
-
informational messages that highlight the progress of the application at coarse-grained level
Declaration
Objective-C
INFO
-
finer-grained informational events
Declaration
Objective-C
TRACE
-
enables webrtc sensitive logging
Declaration
Objective-C
TRACE_WEBRTC