You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/04/02 10:43:30 UTC

cvs commit: logging-log4cxx/include/log4cxx htmllayout.h

mcatan      2004/04/02 00:43:30

  Modified:    include/log4cxx htmllayout.h
  Log:
  added class TimeZone for optimization
  
  Revision  Changes    Path
  1.11      +3 -0      logging-log4cxx/include/log4cxx/htmllayout.h
  
  Index: htmllayout.h
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/include/log4cxx/htmllayout.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- htmllayout.h	28 Feb 2004 15:08:15 -0000	1.10
  +++ htmllayout.h	2 Apr 2004 08:43:30 -0000	1.11
  @@ -18,6 +18,7 @@
   #define _LOG4CXX_HTML_LAYOUT_H
   
   #include <log4cxx/layout.h>
  +#include <log4cxx/helpers/iso8601dateformat.h>
   
   namespace log4cxx
   {
  @@ -51,6 +52,8 @@
   		bool locationInfo; //= false
   
   		String title;
  +
  +		helpers::ISO8601DateFormat dateFormat;
   
   	public:
   		DECLARE_LOG4CXX_OBJECT(HTMLLayout)