AzureTableTarget Constructor

Creates a new instance of AzureTableTarget

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public AzureTableTarget()

Remarks

When using NLog and a DI framework, if you want your DI to initialize a different sender, see the NLog documentation on GitHub for how to do this.

See Also