[Mono-bugs] [Bug 661518] Change Log.D, Log.I, Log.V to Log.Debug, Log.Info, Log.Verbose, etc
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 8 14:55:58 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=661518
https://bugzilla.novell.com/show_bug.cgi?id=661518#c5
Jonathan Pryor <jpryor at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Jonathan Pryor <jpryor at novell.com> 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.
More information about the mono-bugs
mailing list