Hi, Apple's system log isn't Objective C, it's C, so you'd need to write normal pinvokes instead of binding ObjC API.
Rolf On Sat, Feb 18, 2012 at 2:36 PM, dermotos <[email protected]> wrote: > I'd like to access the system log in my app if possible. I've done a bit of > googling and a few sites point to the library ASL.h (Apple System Log). > > Some more info here: > > http://stackoverflow.com/questions/7150849/how-can-i-get-a-console-readout-at-runtime-in-an-application > > Is there any way to access this from Monotouch? Even calling the selector > directly from Monotouch or something? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/ASL-h-is-this-available-in-Monotouch-tp4399729p4399729.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
