https://bugzilla.novell.com/show_bug.cgi?id=661518
https://bugzilla.novell.com/show_bug.cgi?id=661518#c0 Summary: Change Log.D, Log.I, Log.V to Log.Debug, Log.Info, Log.Verbose, etc Classification: Mono Product: MonoDroid Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Product Management Blocker: --- Android.Util.Log properties should not have one-character names. We should change D to Debug E to Error I to Info V to Verbose W to Warn If this conflicts with the "priority constants", perhaps those belong in an enum? Alternatively, they could be given a more verbose name like WarnConstant, etc. In general, we shouldn't be generating 1 character member names on anything that we can determine what the verbose name should be. -- 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
