VGClientInitConfig

@interface VGClientInitConfig : VGClientConfig

Undocumented

  • The minimum logging level of the client.

    Declaration

    Objective-C

    @property (nonatomic) VGLoggingLevel loggingLevel;
  • Whether to disable client internal logger.

    Declaration

    Objective-C

    @property BOOL disableInternalLogger;
  • An array of custom loggers.

    Declaration

    Objective-C

    @property (nonatomic) NSArray<id<VGLogger>> *_Nonnull customLoggers;