Is there any logging framework for monotouch and monodroid?
2
votes
2 Answers
1
votes
Not sure if this is what you're asking, but the Android.Util.Log class is available. See http://docs.mono-android.net/?link=T:Android.Util.Log
The System.Diagnostics.Debugger.Log class is available in both Monodroid and Monotouch. See http://iosapi.xamarin.com/?link=M:System.Diagnostics.Debugger.Log