Summary
DiagnosticLogger.
Implements the
Microsoft.Extensions.Logging.ILogger
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
-
- ILogger
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ILogger"]
Type["DiagnosticLogger"]
class Type type-node
Syntax
public class DiagnosticLogger : ILogger
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
DiagnosticLogger |
Initializes a new instance of the DiagnosticLogger class.
|
Methods
Name | Value | Summary |
---|---|---|
BeginScope |
IDisposable |
Begins a logical operation scope.
|
IsEnabled |
bool |
Checks if the given logLevel is enabled.
|
Log |
void |
Writes a log entry.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Microsoft.Extensions.Logging.ILogger