What's the state of logging on Xamarin.iOS
(using Xamarin Studio Indie).
I've tried using NLog
, but it references System.ServiceModel
- so Xamarin complains that I need business edition (not paying that much just to use NLog!
)
log4net also doesn't work, because it references classes in System.Configuration
that don't exist in Xamarin/MonoTouch
.
I find it surprising that there isn't a logging solution available, either in with XS, or by the major logging players.
What am missing?