Menu

Posting errors to Twitter

Steven Bey

Posting errors to Twitter

As an alternative (or suppliment) to email notification, ELFAR can post errors to Twitter, which can be achieved by passing an IErrorLogTweet object to the ErrorLogFilter constructor. For example:

new ErrorLogFilter(provider, tweet: new ErrorLogTweet("username", "password"))

ELFAR has an out-of-the-box ErrorLogTweet class but you can pass in your own email notification object by implementing the [IErrorLogTweet] interface.


Related

Wiki: Home
Wiki: IErrorLogTweet

MongoDB Logo MongoDB