Re: 1.3 {} notation available in 1.2.x?

2007-09-03 Thread Curt Arnold
On Sep 3, 2007, at 3:51 PM, Ceki Gulcu wrote: Curt Arnold wrote: As Scott mentioned, the extras companion contains two utility classes to support parameterized logging, LogSF and LogMF. LogSF uses the log4j 1.3 message patterns (curly braces, no argument count or qualifiers) and LogMF w

Re: Chainsaw V2 help

2007-09-03 Thread Paul Smith
log4j 1.2.9 is quite old, perhaps not serialization compatible with the version embedded in Chainsaw. Can you upgrade the version of your application using log4j to use at least 1.2.12? On 03/09/2007, at 4:38 PM, Ahmad wrote: Hi, I have a similar issue. If the Socket appender RemoteHost is

Re: 1.3 {} notation available in 1.2.x?

2007-09-03 Thread Ceki Gulcu
Scott Deboy wrote: What about the option of adding support for messageFormat in logger itself in a future release? (which release?) I think it's a good idea. -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch -

Re: 1.3 {} notation available in 1.2.x?

2007-09-03 Thread Ceki Gulcu
Curt Arnold wrote: As Scott mentioned, the extras companion contains two utility classes to support parameterized logging, LogSF and LogMF. LogSF uses the log4j 1.3 message patterns (curly braces, no argument count or qualifiers) and LogMF which uses the java.text.MessageFormat. LogSF only j

Re: log4j alpha

2007-09-03 Thread Curt Arnold
On Sep 3, 2007, at 12:51 AM, Daniel Rossi wrote: Hi thanks i reverted to 1.2 with the extras however im now getting these errors, log4j:WARN Continuable parsing error 58 and column 76 log4j:WARN Element type "rollingPolicy" must be declared. log4j:WARN Continuable parsing error 72 and column

Re: Chainsaw V2 help

2007-09-03 Thread Ahmad
Hi, I have a similar issue. If the Socket appender RemoteHost is the local host, Chainsaw V2 receives all the messages. But if I specify a remote host for the Socket appender it does not receives any messages even though the chainsaw receives the message because it prints the following messag

Re: Log4J Question:loading properties file in A.S.

2007-09-03 Thread Jacob Kjome
Did you literally put "/lib/log4j.properties" in the classpath or did you just put the lib directory that contains log4j.properties in the classpath? Only the latter would be valid. The former is a concept used only for jar files. For classes or resources that are not in a jar file, you pu

Log4J Question:loading properties file in A.S.

2007-09-03 Thread sandy1976rm
Hi! I'm a newbee with Log4J.. Well.. I'm working with Sun One Java System Application Server v.8.1,I have a properties file and the script in java with an hashtable who loads the values..then I can see this values loaded in JBuilder but it doesn't seems to work with my A.S. !!! I too