[MonoTouch] Console just got really verbose

2012-09-09 Thread Phil Cockfield
In the latest release of (I'm guessing MonoDevelop) ... the console has suddenly started prepending each line with a long date-time and assembly identifier Eg: 2012-09-10 12:28:29.615 CoreUnitTests[52931:1607] [PASS] ShouldConvertTo_DateTime 2012-09-10 12:28:29.615 CoreUnitTests[52931:1607] [PASS

Re: [MonoTouch] Console just got really verbose

2012-09-09 Thread Greg Munn
I'd say from when Console.Writeline got mapped to NSLog. I don't know of any options to control this though. Cheers, Greg On 10/09/2012, at 10:31 AM, Phil Cockfield wrote: > In the latest release of (I'm guessing MonoDevelop) ... the console has > suddenly started prepending each line with a

Re: [MonoTouch] Console just got really verbose

2012-09-10 Thread Phil Cockfield
Bugger. OK - thanks *Greg*. On Mon, Sep 10, 2012 at 1:34 PM, Greg Munn wrote: > I'd say from when Console.Writeline got mapped to NSLog. I don't know of > any options to control this though. > > Cheers, > Greg > > On 10/09/2012, at 10:31 AM, Phil Cockfield wrote: > > In the latest release of