Skip to main content
Version: 8.0.1

Enable Finotes Logs

You can activate internal logging using a single line API.

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

ExtensionDelegate Class:


- (void)applicationDidFinishLaunching {

[Fn log];
[Fn initialize:self];
}

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