ApiKeyAuthenticationOptions.Logger property

Logger for this authentication scheme.

Defaults to Serilog’s global logger.

public ILogger Logger { get; set; }

See Also