[Openmcl-devel] Log messages

Paul Krueger plkrueger at comcast.net
Mon Sep 15 14:01:43 PDT 2014


While doing Mac app development using 1.10-dev-r16162-trunk I noticed that there are a large number of messages logged that appear to be tracking Core Graphics lib calls. This doesn’t hurt anything, but I’m wondering if somebody turned on some sort of debugging code that is creating the log entries. I’m doing the same sort of thing in my own code, which is how I discovered this. Is there any way to turn off this output?

Log output looks like:

9/15/14 3:46:02.032 PM dx86cl64[68550]: CGSGetWindowTransformAtPlacement
9/15/14 3:46:02.033 PM dx86cl64[68550]: CGSTranslatePointForWindow
9/15/14 3:46:02.033 PM dx86cl64[68550]: CGSGetWindowBounds
9/15/14 3:46:02.033 PM dx86cl64[68550]: CGSGetWindowTransformAtPlacement
9/15/14 3:46:02.034 PM dx86cl64[68550]: CGSTranslatePointForWindow
9/15/14 3:46:02.034 PM dx86cl64[68550]: CGSGetWindowBounds

with LOTS more of the same.


More information about the Openmcl-devel mailing list