EAEExxtractorConnectionLogLevel

Objective-C

enum {
    EAEExxtractorConnectionLogLevelNone,
    EAEExxtractorConnectionLogLevelFull
}

Swift

struct EAEExxtractorConnectionLogLevel : Equatable, RawRepresentable

Undocumented