Override Appium Driver Log Method to Print Log Values to Console
In order to have the IDE console print Appium Studio logs, you should create a new driver class by extending the existing AndroidDriver or IOSDriver classes and override the log method.
info
In your test script, initialize the driver using the newly created driver classes.