Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-12 * System.Diagnostics/DiagnosticsConfigurationHandler.cs: Use the newJonathan Pryor
TraceSourceInfo(string, SourceLevels, TraceImplSettings) constructor. * System.Diagnostics/TraceSourceInfo.cs: Add a new constructor, TraceSourceInfo(string, SourceLevels, TraceImplSettings), which adds the DefaultTraceListener w/o depending upon (the possibly still initializing) TraceImpl members. Fixes #502944. * Test/test-config-file: Add a /configuration/system.diagnostics/source section to elicit the buggy behavior found in #502944. svn path=/trunk/mcs/; revision=133981
2007-05-182007-05-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* TraceSourceInfo.cs : new class for storing configuration data. * TraceSource.cs : TraceEventCache arguments should be null (they are nullable). Use TraceSourceInfo above. * DiagnosticsConfigurationHandler.cs : removed hack to store listeners in named sources, not traceimpl. Create TraceSource objects from configuration data. * System.dll.sources : added TraceSourceInfo.cs. svn path=/trunk/mcs/; revision=77640