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

TraceSwitch.xml « System.Diagnostics « en « xml « apidocs « docs « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51ba8e82ffe2b695b43d1f8f8de889035c959967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE monodoc SYSTEM "http://www.go-mono.org/monodoc.dtd">
<monodoc language="en">
    <class name="System.Diagnostics.TraceSwitch" assembly="System">
        <summary>
          Multi-level switch to provide tracing and debug output without
          recompiling.
        </summary>
        <remarks>TODO</remarks>
        <constructor name="TraceSwitch(System.String, System.String)">
            <summary>Initializes a new instance.</summary>
            <remarks>TODO</remarks>
            <param name="displayName">Name for the switch.</param>
            <param name="description">Description of the switch.</param>
        </constructor>
        <property name="Level">
            <summary>
              Gets or sets the trace level that specifies the messages to 
              output for tracing and debugging.
            </summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="TraceError">
            <summary>
              Gets a value indicating whether the Level is set to Error, 
              Warning, Info, or Verbose.
            </summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="TraceInfo">
            <summary>
              Gets a value indicating whether the Level is set to Info or 
              Verbose.
            </summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="TraceVerbose">
            <summary>
              Gets a value indicating whether the Level is set to Verbose.
            </summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
        <property name="TraceWarning">
            <summary>
              Gets a value indicating whether the Level is set to
              Warning, Info, or Verbose.
            </summary>
            <remarks>TODO</remarks>
            <value>TODO</value>
        </property>
    </class>
</monodoc>