[Sorry if this is posted twice. First try seems to have failed.]
Remy Maucherat <[EMAIL PROTECTED]> wrote:
> java.util.logging.ConsoleHandler will only load formatter classes from
> the system classloader.
Ahhh... now I remember that constraint. Thanks for reminding me. In a regular
Java app, I
On 11/2/05, Johnny Tolliver <[EMAIL PROTECTED]> wrote:
> I use JULI for my servlet logging and am having trouble defining a custom
> formatter for console handler output. An excerpt of my logging.properties file
> is this:
>
> handlers=org.apache.juli.FileHandler,java.util.logging.ConsoleHandle
I use JULI for my servlet logging and am having trouble defining a custom
formatter for console handler output. An excerpt of my logging.properties file
is this:
handlers=org.apache.juli.FileHandler,java.util.logging.ConsoleHandler
.level=INFO
org.apache.juli.FileHandler.formatter = m