Abgeschickt von Danko am 19 Juli, 2005 um 17:02:43:
Antwort auf: missing wildcard to %M ?? von Julio am 18 Juli, 2005 um 17:14:32:
Hi,
please use
'@LAYOUT:x@', for instance '@LAYOUT:1@'
and specify a layout string, such as
log4j.appender.JDBC2.layout=org.apache.log4j.PatternLayout
log4j.appender.JDBC2.layout.ConversionPattern=%m
Danko
: Hi,
: I'm trying to get the %M (method name in "standar" log4J) in your JDBCAppender but I can't found it. I have found the category @CAT@, but not the Method one.
: What id the Method wildcard?
: Thanks in advance,
: Julio.