[Mono-bugs] [Bug 79819][Nor] New - Introduce three new System.Diagnostics.Trace methods

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 3 08:07:33 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by kc0 at hotmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79819

--- shadow/79819	2006-11-03 08:07:33.000000000 -0500
+++ shadow/79819.tmp.5976	2006-11-03 08:07:33.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 79819
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: kc0 at hotmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Introduce three new System.Diagnostics.Trace methods
+
+While trying to compile my C# 2.0 app using mono, three methods I use are
+missing from the class library:
+
+System.Diagnostics.Trace.TraceInformation(string message)
+System.Diagnostics.Trace.TraceWarning(string message)
+System.Diagnostics.Trace.TraceError(string message)
+
+While the attached patch doesn't implement similar functionality from
+Microsofts C# 2.0, at least its compiling correctly now ;-).
+
+To implement the three methods the right way, it looks to me like
+TraceFilter should be implemented first.


More information about the mono-bugs mailing list