I have a app using Xamarin MonoTouch and i want to use logging framework in it. Searching i came across Log4Net (http://logging.apache.org/log4net/) library popularly used on .Net platform. I couldn't find a way to integrate it in my app. Once i download the dll from Apache, is there any setting i have to do in my app? What i have to code with any exception or console.writeline message to get that in log?
Is there any other logging framework that can be used with Xamarin?