Summary
A default logger that can be resolved by convention
Implements the
DaemonLogger
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Projections - Interfaces
-
- IDaemonLogger
- Base Types
-
- Object
- DaemonLogger
graph BT
Type-->Base0["DaemonLogger"]
click Base0 "/api/Rocket.Surgery.Extensions.Marten.Projections/DaemonLogger"
Base0-->Base1["Object"]
Type-.->Interface0["IDaemonLogger"]
Type["DaemonLogger<T>"]
class Type type-node
Syntax
public class DaemonLogger<T> : DaemonLogger, IDaemonLogger
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Summary |
---|---|
DaemonLogger |
Initializes a new instance of the DaemonLogger<T> class.
|
Methods
Name | Value | Summary |
---|---|---|
AllStopped |
void |
Alls the stopped.
Inherited from DaemonLogger
|
BeginRebuildAll |
void |
Begins the rebuild all.
Inherited from DaemonLogger
|
BeginStartAll |
void |
Begins the start all.
Inherited from DaemonLogger
|
BeginStopAll |
void |
Begins the stop all.
Inherited from DaemonLogger
|
Clearing |
void |
Clearings the state of the existing.
Inherited from DaemonLogger
|
Determined |
void |
Determineds the starting position.
Inherited from DaemonLogger
|
Error |
void |
Errors the specified exception.
Inherited from DaemonLogger
|
FetchingFinished |
void |
Fetchings the finished.
Inherited from DaemonLogger
|
Fetching |
void |
Fetchings the is at end of events.
Inherited from DaemonLogger
|
FetchingStopped |
void |
Fetchings the stopped.
Inherited from DaemonLogger
|
FetchStarted |
void |
Fetches the started.
Inherited from DaemonLogger
|
FinishedStartingAll |
void |
Finisheds the starting all.
Inherited from DaemonLogger
|
FinishRebuildAll |
void |
Finishes the rebuild all.
Inherited from DaemonLogger
|
PageExecuted |
void |
Pages the executed.
Inherited from DaemonLogger
|
PausingFetching |
void |
Pausings the fetching.
Inherited from DaemonLogger
|
ProjectionBackedUp |
void |
Projections the backed up.
Inherited from DaemonLogger
|
StartingProjection |
void |
Startings the projection.
Inherited from DaemonLogger
|
Stopped |
void |
Stoppeds the specified track.
Inherited from DaemonLogger
|
Stopping |
void |
Stoppings the specified track.
Inherited from DaemonLogger
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|