Closed GoogleCodeExporter closed 9 years ago
Are you building Release? These messages only appear in Debug builds
Original comment by lidg...@gmail.com
on 13 Jan 2014 at 8:07
Original comment by lidg...@gmail.com
on 23 Jan 2014 at 9:34
Yes, I built for release. A prior revision still showed these messages in both
release and debug. I'd prefer to have the option of whether or not to showing
Debug, VerboseDebug, and Warning messages in both build types.
Original comment by rcg2...@moc.edu
on 24 Jan 2014 at 7:45
For performance reasons; Debug and Verbose message aren't generated in Release.
You can easily make local changes tho - just remove [Conditional("DEBUG")] from
LogDebug in NetPeer.Logging.cs
Original comment by lidg...@gmail.com
on 24 Jan 2014 at 7:59
Original issue reported on code.google.com by
rcg2...@moc.edu
on 19 Oct 2013 at 7:13