[Mono-bugs] [Bug 661518] New: 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
Mon Dec 27 12:41:29 EST 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: jhill at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list