You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/07 13:25:33 UTC

cvs commit: avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/factory ServletTargetFactory.java

donaldp     2003/04/07 04:25:33

  Modified:    logger/src/java/org/apache/avalon/excalibur/logger/factory
                        ServletTargetFactory.java
  Log:
  Use formatter rather than ignoring it
  
  Revision  Changes    Path
  1.7       +2 -2      avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java
  
  Index: ServletTargetFactory.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ServletTargetFactory.java	22 Mar 2003 12:46:49 -0000	1.6
  +++ ServletTargetFactory.java	7 Apr 2003 11:25:33 -0000	1.7
  @@ -120,7 +120,7 @@
                                                 "application context", ce );
           }
   
  -        return new ServletOutputLogTarget( sctx );
  +        return new ServletOutputLogTarget( sctx, formatter );
       }
   
       protected Formatter getFormatter( final Configuration conf )
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org