For example, in Android there’s the Log class I could use for code like the following one:
android.util.Log.d(tag, msg);
Is there anything equivalent in BlackBerry (event logger)? If so, can you provide an example?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you were using the Java API, then you might use the Blackberry “EventLogger” class:
http://www.blackberry.com/developers/docs/4.3.0api/net/rim/device/api/system/EventLogger.html
http://btsc.webapps.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB05349