Summary
The test diagnostic listener allows you to wire in all log sources into a given Diagnostic Source
- Assembly
- Rocket
.Surgery .Extensions .Testing .dll - Namespace
- Rocket
.Surgery .Extensions .Testing - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TestDiagnosticListenerLoggingAdapter"]
class Type type-node
Syntax
public class TestDiagnosticListenerLoggingAdapter
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Test |
The default constructor |
Methods
Name | Value | Summary |
---|---|---|
LogCritical |
void |
A logging method
|
LogDebug |
void |
A logging method
|
LogError |
void |
A logging method
|
LogInformation |
void |
A logging method
|
LogOther |
void |
A logging method
|
LogTrace |
void |
A logging method
|
LogWarning |
void |
A logging method
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|