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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.