Summary
A default logger for any Daemons
Implements the
Marten.Events.Projections.Async.IDaemonLogger
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Projections - Interfaces
-
- IDaemonLogger
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDaemonLogger"]
Type["DaemonLogger"]
class Type type-node
Derived0["DaemonLogger<T>"]-->Type
click Derived0 "/api/Rocket.Surgery.Extensions.Marten.Projections/DaemonLogger_1"
Syntax
public class DaemonLogger : IDaemonLogger
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
DaemonLogger |
Constructor for fun |
DaemonLogger |
Constructor for fun |
Methods
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
- Marten.Events.Projections.Async.IDaemonLogger