Custom logs
Custom logs allow you to create logs in the Gleap activity log. There are three severnity types available for logs:ERROR, WARNING and INFO.
INFO. Use the following method to explicitly set the severnity.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ERROR, WARNING and INFO.
cordova.plugins.GleapPlugin.log("This is a test custom log.");
INFO. Use the following method to explicitly set the severnity.
cordova.plugins.GleapPlugin.log(
"This is a test custom log WARNING.",
"WARNING"
);