You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Matt Teiken <mt...@staging.islitg.org> on 2003/05/19 20:03:21 UTC

FallbackErrorHandler

*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hello, there seems to be a function that hasn't been implemented in
org.apache.log4j.varia.FallbackErrorHandler

originally it looked like this:
  public
  void error(String message)

    //if(firstTime) {
    //LogLog.error(message);
    //firstTime = false;
    //}
  }


but i changed it to
  public
  void error(String message) {
  	error(message, null, -1, null);
  }


It works in my code now, maybe someone can fix the official code

Thanks,
Matt Teiken


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