Debug Log For iOS english - Hiroaki-Shinoda/Geniee-iOS-SDK GitHub Wiki

Debug Logs Output

If you find a trouble on the SDK introduction, you can find the specific cause by outputting debut logs. Please do not output logs when you release application.

Setting Debug logs output

  • Set logs output flag

    _adView.GNAdlogPriority = GNLogPriorityInfo;
    
  • Set list of log output flag

    logs output flag Output level
    GNLogPriorityInfo Output All logs
    GNLogPriorityWarn Output "WRAN" and "ERROR"
    GNLogPriorityNone Not Output logs