You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by James Stauffer <st...@gmail.com> on 2005/09/16 15:07:39 UTC

Article: Yahoo Messenger Appender

http://today.java.net/pub/a/today/2005/09/16/errors-via-yahoo-im.html
-- 
James Stauffer
Are you good? Take the test at http://www.livingwaters.com/good/

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org


Re: Article: Yahoo Messenger Appender

Posted by Ron Grabowski <ro...@yahoo.com>.
 protected void append(LoggingEvent event) {
  new  YahooMessengerAPI().sendYahooIM(
   getFromYahooId(),
   getFromYahooIdPassword(),
   getToYahooId(),
   (String)event.getMessage());
 }

I wonder if that keeps the YIM client logged in while the application
is running or if it connects and disconnects for each message? 

--- James Stauffer <st...@gmail.com> wrote:

> http://today.java.net/pub/a/today/2005/09/16/errors-via-yahoo-im.html
> -- 
> James Stauffer
> Are you good? Take the test at http://www.livingwaters.com/good/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
> For additional commands, e-mail: log4j-user-help@logging.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org