DaemonLogger<T>.

DaemonLogger(ILoggerFactory) Constructor

Summary

Initializes a new instance of the DaemonLogger<T> class.

Syntax

public DaemonLogger(ILoggerFactory loggerFactory)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
loggerFactory ILoggerFactory The logger factory.

Return Value

Type Description
void