https://bugzilla.novell.com/show_bug.cgi?id=661518
https://bugzilla.novell.com/show_bug.cgi?id=661518#c5 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Jonathan Pryor <[email protected]> 2011-01-08 19:55:57 UTC --- Fixed in r9059. Notes: the priority constants are renamed to have "Priority" as a suffix, e.g. AssertPriority, DebugPriority, etc. Perhaps these should instead be an enum; we can discuss further if necessary. The methods were renamed, as requested As per comment #2, I've moved the Throwable parameter, resulting in the overload list: public static int Debug (string tag, string msg); public static int Debug (string tag, string format, params object [] args); public static int Debug (string tag, Java.Lang.Throwable tr, string format, params object [] args); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
