|
48 | 48 | <Docs> |
49 | 49 | <summary>Identifies the level of an event.</summary> |
50 | 50 | <remarks> |
51 | | - <format type="text/markdown"><![CDATA[ |
52 | | - |
53 | | -## Remarks |
54 | | - The level signifies the severity of an event. Lower severity levels encompass higher severity levels. For example, `Warning` includes the `Error` and `Critical` levels, which are higher in severity. |
55 | | - |
56 | | - |
57 | | - |
58 | | -## Examples |
| 51 | + <format type="text/markdown"><![CDATA[ |
| 52 | +
|
| 53 | +The level signifies the severity of an event. Lower severity levels encompass higher severity levels. For example, `Warning` includes the `Error` and `Critical` levels, which are higher in severity. |
| 54 | +
|
| 55 | +## Examples |
59 | 56 |
|
60 | 57 | The following example shows how to use the `Error` enumeration member to identify an error message. This example is part of a larger example provided for the <xref:System.Diagnostics.Tracing.EventSource> class. |
61 | | - |
| 58 | +
|
62 | 59 | :::code language="csharp" source="~/snippets/csharp/System.Diagnostics.Tracing/EventAttribute/Overview/program.cs" id="Snippet5"::: |
63 | | - :::code language="vb" source="~/snippets/visualbasic/System.Diagnostics.Tracing/EventAttribute/Overview/program.vb" id="Snippet5"::: |
| 60 | + :::code language="vb" source="~/snippets/visualbasic/System.Diagnostics.Tracing/EventAttribute/Overview/program.vb" id="Snippet5"::: |
| 61 | +
|
| 62 | +The following example shows how to use the `Informational` enumeration member to identify an informational message. This example is part of a larger example provided for the <xref:System.Diagnostics.Tracing.EventSource> class. |
64 | 63 |
|
65 | | -The following example shows how to use the `Informational` enumeration member to identify an informational message. This example is part of a larger example provided for the <xref:System.Diagnostics.Tracing.EventSource> class. |
66 | | - |
67 | 64 | :::code language="csharp" source="~/snippets/csharp/System.Diagnostics.Tracing/EventAttribute/Overview/program.cs" id="Snippet6"::: |
68 | | - :::code language="vb" source="~/snippets/visualbasic/System.Diagnostics.Tracing/EventAttribute/Overview/program.vb" id="Snippet6"::: |
| 65 | + :::code language="vb" source="~/snippets/visualbasic/System.Diagnostics.Tracing/EventAttribute/Overview/program.vb" id="Snippet6"::: |
| 66 | +
|
| 67 | +The following example shows how to use the `Verbose` enumeration member to identify a verbose message. This example is part of a larger example provided for the <xref:System.Diagnostics.Tracing.EventSource> class. |
69 | 68 |
|
70 | | -The following example shows how to use the `Verbose` enumeration member to identify a verbose message. This example is part of a larger example provided for the <xref:System.Diagnostics.Tracing.EventSource> class. |
71 | | - |
72 | 69 | :::code language="csharp" source="~/snippets/csharp/System.Diagnostics.Tracing/EventAttribute/Overview/program.cs" id="Snippet11"::: |
73 | | - :::code language="vb" source="~/snippets/visualbasic/System.Diagnostics.Tracing/EventAttribute/Overview/program.vb" id="Snippet11"::: |
| 70 | + :::code language="vb" source="~/snippets/visualbasic/System.Diagnostics.Tracing/EventAttribute/Overview/program.vb" id="Snippet11"::: |
74 | 71 |
|
75 | 72 | ]]></format> |
76 | 73 | </remarks> |
|
0 commit comments