Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-22 Thread Jan Luehe
White, > But would it be a nice idea to use Log 4J through out tomcat? no, we want to preserve the abstraction level provided by commons-logging, which provides support for log4j in addition to other logging packages. Jan > comments.. > Jan Luehe <[EMAIL PROTECTED]> wrote:Jasper currently use

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread White Knight
But would it be a nice idea to use Log 4J through out tomcat? comments.. Jan Luehe <[EMAIL PROTECTED]> wrote:Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread Jeanfrancois Arcand
+1 -- Jeanfrancois Jan Luehe wrote: Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging (by leveraging the commons-logging package). Proposal is to remove org.

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread White Knight
+1 I strongly echo Jan Luehe. Jan Luehe <[EMAIL PROTECTED]> wrote:Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging (by leveraging the commons-logging package)

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread Glenn Nielsen
Jan Luehe wrote: Hans, Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging (by leveraging the commons-logging package). Proposal is to remove org.apache.jasper

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread Amy Roh
Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging (by leveraging the commons-logging package). Proposal is to remove org.apache.jasper.logging, and replace calls

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread Jan Luehe
Hans, > > Jasper currently uses its own private logging facility implemented > > in the org.apache.jasper.logging package. This is inconsistent with > > the way the other Tomcat subsystems perform logging > > (by leveraging the commons-logging package). > > > > Proposal is to remove org.apache.ja

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread Costin Manolache
Jan Luehe wrote: > Jasper currently uses its own private logging facility implemented > in the org.apache.jasper.logging package. This is inconsistent with > the way the other Tomcat subsystems perform logging > (by leveraging the commons-logging package). > > Proposal is to remove org.apache.jas

Re: [PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread Hans Bergsten
Jan Luehe wrote: Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging (by leveraging the commons-logging package). Proposal is to remove org.apache.jasper.logging,

[PROPOSAL] Replace Jasper's logging facility with commons-logging

2003-01-21 Thread Jan Luehe
Jasper currently uses its own private logging facility implemented in the org.apache.jasper.logging package. This is inconsistent with the way the other Tomcat subsystems perform logging (by leveraging the commons-logging package). Proposal is to remove org.apache.jasper.logging, and replace calls