[SCM] ISC BIND 10 source code branch, trac438, updated. 3666c6d78561034b5235d91547f94c554adc4b11

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 7 18:17:18 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ISC BIND 10 source code".

The branch, trac438 has been updated
       via  3666c6d78561034b5235d91547f94c554adc4b11 (commit)
      from  ebb344c1e2b8bb7eaa424ae4b03a46ac01787ff9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3666c6d78561034b5235d91547f94c554adc4b11
Author: Stephen Morris <stephen at isc.org>
Date:   Fri Jan 7 18:15:44 2011 +0000

    Initial version of logging module.
    
    First cut at the logging module.  Still lacking configuration and
    basic appenders.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |   17 +-
 src/lib/asiolink/tests/Makefile.am                 |    2 +-
 src/lib/log/Makefile.am                            |   18 +-
 src/lib/log/README.txt                             |  134 +++++---
 src/lib/log/compiler/Makefile.am                   |   21 ++
 src/lib/log/compiler/message.cc                    |  342 +++++++++++++++++++-
 src/lib/log/dbglevels.h                            |    2 +-
 src/lib/log/filename.cc                            |   11 +-
 src/lib/log/filename.h                             |    6 +-
 src/lib/log/log.h                                  |   50 ---
 src/lib/log/logger.cc                              |   90 +++++-
 src/lib/log/logger.h                               |  312 +++++++++++--------
 src/lib/log/message_dictionary.cc                  |  113 +++++++
 src/lib/log/message_dictionary.h                   |  169 ++++++++++
 .../{root_logger_name.cc => message_exception.cc}  |   14 +-
 src/lib/log/message_exception.h                    |   90 +++++
 ...{root_logger_name.cc => message_initializer.cc} |   16 +-
 src/lib/log/message_initializer.h                  |   63 ++++
 src/lib/log/message_reader.cc                      |  138 ++++++---
 src/lib/log/message_reader.h                       |  122 ++++----
 .../log/{root_logger_name.cc => message_types.h}   |   16 +-
 src/lib/log/messagedef.cc                          |   26 ++
 src/lib/log/messagedef.h                           |   23 ++
 src/lib/log/messagedef.mes                         |   71 ++++
 src/lib/log/stringutil.cc                          |   83 -----
 src/lib/log/stringutil.h                           |  129 --------
 src/lib/log/strutil.cc                             |  136 ++++++++
 src/lib/log/strutil.h                              |  135 ++++++++
 src/lib/log/tests/Makefile.am                      |    4 +-
 src/lib/log/tests/message_dictionary_unittest.cc   |  195 +++++++++++
 ...unittest.cc => message_initializer_unittest.cc} |   55 ++--
 src/lib/log/tests/message_reader_unittest.cc       |  214 ++++++++++---
 ...{stringutil_unittest.cc => strutil_unittest.cc} |   80 ++++--
 src/lib/log/xdebuglevel.cc                         |    2 +-
 src/lib/log/xdebuglevel.h                          |    2 +-
 35 files changed, 2220 insertions(+), 681 deletions(-)
 create mode 100644 src/lib/log/compiler/Makefile.am
 delete mode 100644 src/lib/log/log.h
 create mode 100644 src/lib/log/message_dictionary.cc
 create mode 100644 src/lib/log/message_dictionary.h
 copy src/lib/log/{root_logger_name.cc => message_exception.cc} (77%)
 create mode 100644 src/lib/log/message_exception.h
 copy src/lib/log/{root_logger_name.cc => message_initializer.cc} (63%)
 create mode 100644 src/lib/log/message_initializer.h
 copy src/lib/log/{root_logger_name.cc => message_types.h} (78%)
 create mode 100644 src/lib/log/messagedef.cc
 create mode 100644 src/lib/log/messagedef.h
 create mode 100644 src/lib/log/messagedef.mes
 delete mode 100644 src/lib/log/stringutil.cc
 delete mode 100644 src/lib/log/stringutil.h
 create mode 100644 src/lib/log/strutil.cc
 create mode 100644 src/lib/log/strutil.h
 create mode 100644 src/lib/log/tests/message_dictionary_unittest.cc
 copy src/lib/log/tests/{root_logger_name_unittest.cc => message_initializer_unittest.cc} (51%)
 rename src/lib/log/tests/{stringutil_unittest.cc => strutil_unittest.cc} (53%)


hooks/post-receive
-- 
ISC BIND 10 source code



More information about the bind10-changes mailing list