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 ca...@apache.org on 2004/12/15 01:38:50 UTC

cvs commit: logging-log4cxx/include/log4cxx/xml domconfigurator.h xmllayout.h

carnold     2004/12/14 16:38:50

  Modified:    include/log4cxx file.h
               include/log4cxx/config propertysetter.h
               include/log4cxx/db odbcappender.h
               include/log4cxx/helpers absolutetimedateformat.h
                        aprinitializer.h cacheddateformat.h class.h
                        condition.h cyclicbuffer.h datagrampacket.h
                        datagramsocket.h dateformat.h datelayout.h
                        datetimedateformat.h exception.h filewatchdog.h
                        formattinginfo.h gnomexml.h inetaddress.h
                        iso8601dateformat.h loader.h locale.h loglog.h
                        msxml.h mutex.h onlyonceerrorhandler.h
                        optionconverter.h patternconverter.h
                        patternparser.h pool.h properties.h
                        propertyresourcebundle.h relativetimedateformat.h
                        resourcebundle.h serversocket.h simpledateformat.h
                        socket.h socketimpl.h socketinputstream.h
                        socketoutputstream.h strftimedateformat.h
                        strictmath.h stringtokenizer.h syslogwriter.h
                        system.h thread.h threadspecificdata.h transform.h
                        xml.h
               include/log4cxx/net smtpappender.h socketappender.h
                        socketappenderskeleton.h sockethubappender.h
                        socketnode.h syslogappender.h telnetappender.h
                        xmlsocketappender.h
               include/log4cxx/nt nteventlogappender.h
               include/log4cxx/spi defaultrepositoryselector.h
                        errorhandler.h hierarchyeventlistener.h
                        loggerfactory.h loggerrepository.h optionhandler.h
                        repositoryselector.h rootcategory.h
               include/log4cxx/varia denyallfilter.h fallbackerrorhandler.h
                        levelmatchfilter.h levelrangefilter.h
                        stringmatchfilter.h
               include/log4cxx/xml domconfigurator.h xmllayout.h
  Log:
  LOGCXX-46: Extra semicolon after namespace closing paren
  
  Revision  Changes    Path
  1.4       +1 -1      logging-log4cxx/include/log4cxx/file.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/file.h.diff?r1=1.3&r2=1.4
  
  
  1.12      +22 -22    logging-log4cxx/include/log4cxx/config/propertysetter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/config/propertysetter.h.diff?r1=1.11&r2=1.12
  
  
  1.17      +239 -239  logging-log4cxx/include/log4cxx/db/odbcappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/db/odbcappender.h.diff?r1=1.16&r2=1.17
  
  
  1.12      +14 -14    logging-log4cxx/include/log4cxx/helpers/absolutetimedateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/absolutetimedateformat.h.diff?r1=1.11&r2=1.12
  
  
  1.4       +1 -1      logging-log4cxx/include/log4cxx/helpers/aprinitializer.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/aprinitializer.h.diff?r1=1.3&r2=1.4
  
  
  1.7       +1 -1      logging-log4cxx/include/log4cxx/helpers/cacheddateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/cacheddateformat.h.diff?r1=1.6&r2=1.7
  
  
  1.15      +38 -38    logging-log4cxx/include/log4cxx/helpers/class.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/class.h.diff?r1=1.14&r2=1.15
  
  
  1.12      +1 -1      logging-log4cxx/include/log4cxx/helpers/condition.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/condition.h.diff?r1=1.11&r2=1.12
  
  
  1.7       +69 -69    logging-log4cxx/include/log4cxx/helpers/cyclicbuffer.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/cyclicbuffer.h.diff?r1=1.6&r2=1.7
  
  
  1.9       +100 -100  logging-log4cxx/include/log4cxx/helpers/datagrampacket.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datagrampacket.h.diff?r1=1.8&r2=1.9
  
  
  1.7       +98 -98    logging-log4cxx/include/log4cxx/helpers/datagramsocket.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datagramsocket.h.diff?r1=1.6&r2=1.7
  
  
  1.19      +1 -1      logging-log4cxx/include/log4cxx/helpers/dateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/dateformat.h.diff?r1=1.18&r2=1.19
  
  
  1.15      +1 -1      logging-log4cxx/include/log4cxx/helpers/datelayout.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datelayout.h.diff?r1=1.14&r2=1.15
  
  
  1.10      +14 -14    logging-log4cxx/include/log4cxx/helpers/datetimedateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datetimedateformat.h.diff?r1=1.9&r2=1.10
  
  
  1.15      +40 -40    logging-log4cxx/include/log4cxx/helpers/exception.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/exception.h.diff?r1=1.14&r2=1.15
  
  
  1.10      +54 -54    logging-log4cxx/include/log4cxx/helpers/filewatchdog.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/filewatchdog.h.diff?r1=1.9&r2=1.10
  
  
  1.8       +25 -25    logging-log4cxx/include/log4cxx/helpers/formattinginfo.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/formattinginfo.h.diff?r1=1.7&r2=1.8
  
  
  1.11      +93 -93    logging-log4cxx/include/log4cxx/helpers/gnomexml.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/gnomexml.h.diff?r1=1.10&r2=1.11
  
  
  1.11      +47 -47    logging-log4cxx/include/log4cxx/helpers/inetaddress.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/inetaddress.h.diff?r1=1.10&r2=1.11
  
  
  1.14      +18 -18    logging-log4cxx/include/log4cxx/helpers/iso8601dateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/iso8601dateformat.h.diff?r1=1.13&r2=1.14
  
  
  1.10      +10 -10    logging-log4cxx/include/log4cxx/helpers/loader.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/loader.h.diff?r1=1.9&r2=1.10
  
  
  1.7       +19 -19    logging-log4cxx/include/log4cxx/helpers/locale.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/locale.h.diff?r1=1.6&r2=1.7
  
  
  1.11      +69 -69    logging-log4cxx/include/log4cxx/helpers/loglog.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/loglog.h.diff?r1=1.10&r2=1.11
  
  
  1.11      +100 -100  logging-log4cxx/include/log4cxx/helpers/msxml.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/msxml.h.diff?r1=1.10&r2=1.11
  
  
  1.12      +1 -1      logging-log4cxx/include/log4cxx/helpers/mutex.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/mutex.h.diff?r1=1.11&r2=1.12
  
  
  1.14      +38 -38    logging-log4cxx/include/log4cxx/helpers/onlyonceerrorhandler.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/onlyonceerrorhandler.h.diff?r1=1.13&r2=1.14
  
  
  1.16      +96 -96    logging-log4cxx/include/log4cxx/helpers/optionconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/optionconverter.h.diff?r1=1.15&r2=1.16
  
  
  1.15      +53 -53    logging-log4cxx/include/log4cxx/helpers/patternconverter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternconverter.h.diff?r1=1.14&r2=1.15
  
  
  1.15      +1 -1      logging-log4cxx/include/log4cxx/helpers/patternparser.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternparser.h.diff?r1=1.14&r2=1.15
  
  
  1.4       +1 -1      logging-log4cxx/include/log4cxx/helpers/pool.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/pool.h.diff?r1=1.3&r2=1.4
  
  
  1.10      +111 -111  logging-log4cxx/include/log4cxx/helpers/properties.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/properties.h.diff?r1=1.9&r2=1.10
  
  
  1.6       +30 -30    logging-log4cxx/include/log4cxx/helpers/propertyresourcebundle.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/propertyresourcebundle.h.diff?r1=1.5&r2=1.6
  
  
  1.16      +14 -14    logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h.diff?r1=1.15&r2=1.16
  
  
  1.8       +61 -61    logging-log4cxx/include/log4cxx/helpers/resourcebundle.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/resourcebundle.h.diff?r1=1.7&r2=1.8
  
  
  1.9       +61 -61    logging-log4cxx/include/log4cxx/helpers/serversocket.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/serversocket.h.diff?r1=1.8&r2=1.9
  
  
  1.5       +1 -1      logging-log4cxx/include/log4cxx/helpers/simpledateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/simpledateformat.h.diff?r1=1.4&r2=1.5
  
  
  1.11      +93 -93    logging-log4cxx/include/log4cxx/helpers/socket.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socket.h.diff?r1=1.10&r2=1.11
  
  
  1.16      +146 -146  logging-log4cxx/include/log4cxx/helpers/socketimpl.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketimpl.h.diff?r1=1.15&r2=1.16
  
  
  1.14      +48 -48    logging-log4cxx/include/log4cxx/helpers/socketinputstream.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketinputstream.h.diff?r1=1.13&r2=1.14
  
  
  1.12      +48 -48    logging-log4cxx/include/log4cxx/helpers/socketoutputstream.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketoutputstream.h.diff?r1=1.11&r2=1.12
  
  
  1.4       +4 -4      logging-log4cxx/include/log4cxx/helpers/strftimedateformat.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/strftimedateformat.h.diff?r1=1.3&r2=1.4
  
  
  1.6       +28 -28    logging-log4cxx/include/log4cxx/helpers/strictmath.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/strictmath.h.diff?r1=1.5&r2=1.6
  
  
  1.11      +16 -16    logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h.diff?r1=1.10&r2=1.11
  
  
  1.8       +1 -1      logging-log4cxx/include/log4cxx/helpers/syslogwriter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/syslogwriter.h.diff?r1=1.7&r2=1.8
  
  
  1.12      +26 -26    logging-log4cxx/include/log4cxx/helpers/system.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/system.h.diff?r1=1.11&r2=1.12
  
  
  1.22      +38 -38    logging-log4cxx/include/log4cxx/helpers/thread.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/thread.h.diff?r1=1.21&r2=1.22
  
  
  1.12      +73 -73    logging-log4cxx/include/log4cxx/helpers/threadspecificdata.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/threadspecificdata.h.diff?r1=1.11&r2=1.12
  
  
  1.10      +35 -35    logging-log4cxx/include/log4cxx/helpers/transform.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/transform.h.diff?r1=1.9&r2=1.10
  
  
  1.10      +84 -84    logging-log4cxx/include/log4cxx/helpers/xml.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/xml.h.diff?r1=1.9&r2=1.10
  
  
  1.17      +244 -244  logging-log4cxx/include/log4cxx/net/smtpappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/smtpappender.h.diff?r1=1.16&r2=1.17
  
  
  1.17      +60 -60    logging-log4cxx/include/log4cxx/net/socketappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketappender.h.diff?r1=1.16&r2=1.17
  
  
  1.4       +1 -1      logging-log4cxx/include/log4cxx/net/socketappenderskeleton.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketappenderskeleton.h.diff?r1=1.3&r2=1.4
  
  
  1.16      +161 -161  logging-log4cxx/include/log4cxx/net/sockethubappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/sockethubappender.h.diff?r1=1.15&r2=1.16
  
  
  1.11      +45 -45    logging-log4cxx/include/log4cxx/net/socketnode.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketnode.h.diff?r1=1.10&r2=1.11
  
  
  1.13      +1 -1      logging-log4cxx/include/log4cxx/net/syslogappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/syslogappender.h.diff?r1=1.12&r2=1.13
  
  
  1.16      +70 -70    logging-log4cxx/include/log4cxx/net/telnetappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/telnetappender.h.diff?r1=1.15&r2=1.16
  
  
  1.15      +1 -1      logging-log4cxx/include/log4cxx/net/xmlsocketappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/xmlsocketappender.h.diff?r1=1.14&r2=1.15
  
  
  1.16      +1 -1      logging-log4cxx/include/log4cxx/nt/nteventlogappender.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/nt/nteventlogappender.h.diff?r1=1.15&r2=1.16
  
  
  1.10      +31 -31    logging-log4cxx/include/log4cxx/spi/defaultrepositoryselector.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/defaultrepositoryselector.h.diff?r1=1.9&r2=1.10
  
  
  1.15      +90 -90    logging-log4cxx/include/log4cxx/spi/errorhandler.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/errorhandler.h.diff?r1=1.14&r2=1.15
  
  
  1.10      +31 -31    logging-log4cxx/include/log4cxx/spi/hierarchyeventlistener.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/hierarchyeventlistener.h.diff?r1=1.9&r2=1.10
  
  
  1.10      +1 -1      logging-log4cxx/include/log4cxx/spi/loggerfactory.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggerfactory.h.diff?r1=1.9&r2=1.10
  
  
  1.14      +1 -1      logging-log4cxx/include/log4cxx/spi/loggerrepository.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggerrepository.h.diff?r1=1.13&r2=1.14
  
  
  1.10      +41 -41    logging-log4cxx/include/log4cxx/spi/optionhandler.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/optionhandler.h.diff?r1=1.9&r2=1.10
  
  
  1.8       +21 -21    logging-log4cxx/include/log4cxx/spi/repositoryselector.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/repositoryselector.h.diff?r1=1.7&r2=1.8
  
  
  1.9       +15 -15    logging-log4cxx/include/log4cxx/spi/rootcategory.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/rootcategory.h.diff?r1=1.8&r2=1.9
  
  
  1.12      +31 -31    logging-log4cxx/include/log4cxx/varia/denyallfilter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/denyallfilter.h.diff?r1=1.11&r2=1.12
  
  
  1.7       +78 -78    logging-log4cxx/include/log4cxx/varia/fallbackerrorhandler.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/fallbackerrorhandler.h.diff?r1=1.6&r2=1.7
  
  
  1.14      +65 -65    logging-log4cxx/include/log4cxx/varia/levelmatchfilter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/levelmatchfilter.h.diff?r1=1.13&r2=1.14
  
  
  1.14      +111 -111  logging-log4cxx/include/log4cxx/varia/levelrangefilter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/levelrangefilter.h.diff?r1=1.13&r2=1.14
  
  
  1.15      +1 -1      logging-log4cxx/include/log4cxx/varia/stringmatchfilter.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/stringmatchfilter.h.diff?r1=1.14&r2=1.15
  
  
  1.22      +173 -173  logging-log4cxx/include/log4cxx/xml/domconfigurator.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/domconfigurator.h.diff?r1=1.21&r2=1.22
  
  
  1.15      +91 -91    logging-log4cxx/include/log4cxx/xml/xmllayout.h
  
  http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/xmllayout.h.diff?r1=1.14&r2=1.15