Determines the default log level.
Debug | Show debug log messages that are useful during development only, as well as the other message levels in this list. | Error | Show issues that have caused errors. | Info | Error, warnings and any other relevant information is saved. | Off | Default value. Logging is disabled. | Warning | Error and warnings are saved. |
Set the log level desired related to the following properties:
The order in terms of verbosity, from the least to the most verbose, is:
Off, Error, Warning, Info, Debug.
This property applies only at run-time.
To apply changes made by this property, do a Build All.
Objects: Main Smart Devices Platforms: Smart Devices(Android, IOS)
|