SendGridTarget Constructor

Creates a new instance of SendGridTarget with the default SendGridSender.

Definition

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

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