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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to