Summary
DiagnosticListenerLoggingAdapter.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["DiagnosticListenerLoggingAdapter"]
class Type type-node
Syntax
public class DiagnosticListenerLoggingAdapter
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Diagnostic |
Initializes a new instance of the DiagnosticListenerLoggingAdapter class.
|
Methods
Name | Value | Summary |
---|---|---|
LogCritical |
void |
Logs the critical.
|
LogDebug |
void |
Logs the debug.
|
LogError |
void |
Logs the error.
|
LogInformation |
void |
Logs the information.
|
LogOther |
void |
Logs the other.
|
LogTrace |
void |
Logs the trace.
|
LogWarning |
void |
Logs the warning.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|