Target Pushbullet - Hooch180/NLogGwoKusExtensions GitHub Wiki

Pushbullet Target

Target to send messages to channel Pushbullet.

Parameters

Required:

  • ApiToken - Your ApiKey. Found in account preferences page. Format "xxxx-xxxxxxxx-xxxxxxxx-xxxxx".
  • MessagesTitle - Title of pushed messages.

Optional

  • ChannelTag - Optional channel tag without "@" at the begining.If no channel is set, notification is send to all users devices.
  • ThrowExceptions - If set to true exceptions are thrown to NLog framework for logging. Default is false.

Examples

Only required parameters:

<targets>
  <target type="PushbulletTarget" name="pb" 
          ApiKey="xxxx-xxxxxxxx-xxxxxxxx-xxxxx" 
          Channel="general" />
</targets>

All parameters:

<targets>
  <target type="PushbulletTarget" name="pb" 
          ApiKey="xxxx-xxxxxxxx-xxxxxxxx-xxxxx" 
          MessagesTitle="PushbulletLog"
          ChannelTag="ApiLogs"
          ThrowExceptions="false|true" />
</targets>
⚠️ **GitHub.com Fallback** ⚠️