ChangeLog 817 B

1234567891011121314151617181920
  1. 2002-01-04 John R. Hicks <[email protected]>
  2. * Added preliminary TraceListenerCollection.cs to the build.
  3. 2002-01-04 John R. Hicks <[email protected]>
  4. * Added TraceListener.cs, TextWriterTraceListener.cs, and
  5. DefaultTraceListener.cs to the build and moved them into the
  6. proper assembly.
  7. 2002-01-04 John R. Hicks <[email protected]>
  8. * Added DiagnosticsConfigurationHandler.cs to the build.
  9. 2001-09-09 Nick Drochak <[email protected]>
  10. * BooleanSwitch.cs: Make this class use it's parent class's features. Namely, use SwitchSetting
  11. so that we can get OnSwitchSettingChanged() to fire for free.
  12. 2001-09-09 Nick Drochak <[email protected]>
  13. * ChangeLog: added this file
  14. * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.