Yes.... I tried to use the existing logger class.... But my requirement is to track which action took place into a file.... But when I try doing that I the above exception....
--
http://appium.io
---
You received this message because you are subscribed to a topic in the Google Groups "Appium-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appium-discuss/xNlRMvTjZL8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks.... Will try that....
Thanks.... Will try that....
--
http://appium.io
---
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
Yeah, the purpose of Logger is to write logs to stdout so that the Appium server can collect them and display them in its own log output. If you're trying to write to a file you'll need to include all the appropriate classes etc. And bootstrap's suggestion is the way to go in the first place.
The uiautomator event stream can be dumped to a file using the adb
command I posted previously.
On Thu, Feb 27, 2014 at 4:23 PM, Krishnamachari Shrikanth
Yes.... I tried to use the existing logger class.... But my requirement is to track which action took place into a file.... But when I try doing that I the above exception....
--
http://appium.io
---
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
The thing is we are building a platform where we recieve the test case or suite from client.... And run it using appium.... Then we need to trace which scenario ran....
Something like we wanted to provide... Configuration tracing. . operational tracing...and coverage report ..
So since this case would not be mine how can I add those code lines in the case.... Hope you got what I wanted to convey....