Should the log4j.properties file control the logging pattern? Or do I
have to add code?
I have:
log4j.logger.org.apache=DEBUG
# Configure the console as our one appender
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p
[%c] - %m%n
In the file and it is at the root of the classes directory. It seems
to have no effect. But I'd be surprised if that is a valid properties
file since I can't find a good reference on how to create one.
Rud
On Aug 29, 3:17 pm, Fred Sauer <[email protected]> wrote:
> Client side you can use log_pattern property.
>
> Server side you can use a custom handler (java.util.logging) or
> PatternLayout (log4j).
--
You received this message because you are subscribed to the Google Groups
"gwt-log" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gwt-log?hl=en.