RE: ErrorHandler in log4j 1.3

2006-03-20 Thread Jonathan Beer
. I think it is better to leave the implementation of the fallback mechanism to the failing appender instead of a general approach which does yield good results under fire. At 05:41 PM 3/14/2006, Jonathan Beer wrote: >Hello, > >I'm using log4j1.3-alpha8. > >I see that in alpha8 the Err

RE: ErrorHandler in log4j 1.3

2006-03-15 Thread Jonathan Beer
yield good results under fire. At 05:41 PM 3/14/2006, Jonathan Beer wrote: >Hello, > >I'm using log4j1.3-alpha8. > >I see that in alpha8 the ErrorHandler interface has been deprecated. > >What is the fallback method that will be used in 1.3 when the appender >is

ErrorHandler in log4j 1.3

2006-03-14 Thread Jonathan Beer
Hello, I'm using log4j1.3-alpha8. I see that in alpha8 the ErrorHandler interface has been deprecated. What is the fallback method that will be used in 1.3 when the appender is not available (for example, with a DBAppender, if the connection is refused, or with a FileAppender without the prop

DBAppender + MSSQL

2006-03-14 Thread Jonathan Beer
Hello, I am using log4j v1.3alpha-8. I am attempting to use a DBAppender to append to a MsSQL database (2005 Express). #1) The MsSQL driver from Microsoft (sqljdbc.jar - com.microsoft.sqlserver.jdbc.SQLServerDriver) doesn't work with the DBAppender. Theoretically, it supports the getGeneratedKey

DBAppender + AsyncAppender

2006-03-14 Thread Jonathan Beer
I am wondering if in log4j 1.3 there will be an update to address the problem identified here: http://marc.theaimsgroup.com/?l=log4j-user&m=112490801008769&w=2 I have searched the dev and user forums, and haven't found any response to this query. I must apologize, this is my first time trying