Skip to main content
Version: 1.0.0

Enable Appxiom Logs

Call log API to enable framework logging. Activating log will print all internal framework logs in console including error and warning logs.

AppDelegate Class:


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

[Ax log];
[Ax initialize:application];
}

When preparing for production release, make sure to remove the log API.