Implement log file support.
[mono.git] / mcs / class / System / System.Diagnostics / ChangeLog
1 2002-04-04  Dick Porter  <dick@ximian.com>
2
3         * ThreadWaitReason.cs:
4         * ThreadState.cs:
5         * ThreadPriorityLevel.cs:
6         * ProcessWindowStyle.cs:
7         * ProcessThreadCollection.cs
8         * ProcessThread.cs:
9         * ProcessStartInfo.cs:
10         * ProcessModuleCollection.cs: Stub out more classes needed for Process
11
12 2002-03-31  Dick Porter  <dick@ximian.com>
13
14         * Process.cs: 
15         * ProcessPriorityClass.cs: 
16         * ProcessModule.cs: 
17         * FileVersionInfo.cs: Stub out classes needed for Process
18
19 2002-01-17  Miguel de Icaza  <miguel@ximian.com>\r
20 \r
21         * TraceListenerCollection.cs: Remove Warnings.\r
22 \r
23 2002-01-06  Ravi Pratap  <ravi@ximian.com>\r
24 \r
25         * Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits\r
26         with the MonoTODO attribute.\r
27 \r
28 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
29         * Added Debug.cs to the build.\r
30 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
31         * Added preliminary TraceListenerCollection.cs to the build.\r
32 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
33         * Added TraceListener.cs, TextWriterTraceListener.cs, and\r
34         DefaultTraceListener.cs to the build and moved them into the\r
35         proper assembly.\r
36 2002-01-04  John R. Hicks <angryjohn69@nc.rr.com>\r
37         * Added DiagnosticsConfigurationHandler.cs to the build.\r
38 \r
39 2001-09-09  Nick Drochak <ndrochak@gol.com>\r
40 \r
41         * BooleanSwitch.cs: Make this class use it's parent class's features.  Namely, use SwitchSetting\r
42                 so that we can get OnSwitchSettingChanged() to fire for free.\r
43 \r
44 2001-09-09  Nick Drochak <ndrochak@gol.com>\r
45 \r
46         * ChangeLog: added this file\r
47         \r
48         * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.\r
49         \r