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
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
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
-
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
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
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
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
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