Table of Contents

Method WriteLineInternalAsync

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

WriteLineInternalAsync(string)

Represents the asynchronous method that intercepts the line that will be written to an output log before being queued for writing.

protected override ValueTask WriteLineInternalAsync(string line)

Parameters

line string

The line which will be written to the log stream.

Returns

ValueTask

A ValueTask that represents the asynchronous operation.