Extensions of
TraceSource
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["TraceSourceExtensions"]
class Type type-node
Syntax
public static class TraceSourceExtensions
Remarks
Based on Fonlow.Diagnostics by Zijian Huang [https://github.com/zijianhuang/Fonlow.Diagnostics]
Also see “Use TraceSource Efficiently” [http://www.codeproject.com/Tips/1071853/Use-TraceSource-Efficiently]
Methods
Name | Return Value | Summary |
---|---|---|
TraceError |
void |
Traces the error.
static
|
TraceError |
void |
Traces the error.
static
|
TraceError |
void |
Traces the error.
static
|
TraceError |
void |
Traces the error.
static
|
TraceVerbose |
void |
Trace event type
TraceEventType.Verbose
static
|
TraceVerbose |
void |
Trace event type
TraceEventType.Verbose
static
|
TraceWarning |
void |
Trace event type
TraceEventType.Warning
static
|
TraceWarning |
void |
Trace event type
TraceEventType.Warning
static
|
WithSourceLevels |
TraceSource? |
Returns the
TraceSource
with the specified SourceLevels .
static
|
WithSourceLevels |
TraceSource? |
Returns the
TraceSource
with Switch Level SourceLevels.All .
static
|
WriteLine |
void |
Trace event type
TraceEventType.Information
static
|
WriteLine |
void |
Trace event type
TraceEventType.Information
static
|