PipelineMessageLogger
class PipelineMessageLogger
Whether the given log level or event level is enabled, depending
on whether this handler logs to ILogger or Event Source. Should be
used to guard expensive operations.
public void LogErrorResponseContentBlock(string requestId, int blockNumber, byte[] content, Encoding textEncoding)
public void LogResponseContentBlock(string requestId, int blockNumber, byte[] content, Encoding textEncoding)