Method | Description | |
---|---|---|
Complete ( ) : void |
Signals to the T:System.Threading.Tasks.Dataflow.IDataflowBlock that it should not accept nor produce any more messages nor consume any more postponed messages.
|
|
Fault ( |
Causes the T:System.Threading.Tasks.Dataflow.IDataflowBlock to complete in a F:System.Threading.Tasks.TaskStatus.Faulted state.
|
|
OfferMessage ( DataflowMessageHeader messageHeader, LogEntry messageValue, ISourceBlock |
Offers the message.
|
|
ShouldLog ( LogEntry logEntry ) : System.Boolean |
Predicate which determines whether or not the target instance should log this entry.
|
Method | Description | |
---|---|---|
Log ( LogEntry logEntry ) : void |
Logs the specified log entry.
|
|
LogTargetBase ( ) : System |
Initializes a new instance of the LogTargetBase class.
|
|
LogTargetBase ( |
Initializes a new instance of the LogTargetBase class.
|
public Fault ( |
||
exception | The |
|
return | void |
protected abstract Log ( LogEntry logEntry ) : void | ||
logEntry | LogEntry | The log entry. |
return | void |
protected LogTargetBase ( |
||
maxDegreeOfParallelism |
/// The max degree of parallelism the target instance will log entries (ie. |
|
return | System |
public OfferMessage ( DataflowMessageHeader messageHeader, LogEntry messageValue, ISourceBlock |
||
messageHeader | DataflowMessageHeader | The message header. |
messageValue | LogEntry | The message value. |
source | ISourceBlock |
The source. |
consumeToAccept | System.Boolean | The consume to accept. |
return | DataflowMessageStatus |
public abstract ShouldLog ( LogEntry logEntry ) : System.Boolean | ||
logEntry | LogEntry | The log entry. |
return | System.Boolean |