- 01 Jun, 2011 7 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
Also add test to check that an exception is generated if there is a failure to access a local message file.
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
- 27 May, 2011 9 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
The configure script now writes the name of the directory for temporary files into a .h file at configure time (instead of /tmp being assumed).
-
Stephen Morris authored
* Move reset() method to logger_manager (and _impl) and remove from the general logger classes. * Correct problem whereby some messages went to stdout and some to stderr. * Split the shell file testing into separate files, each testing one aspect of the logger.
-
Stephen Morris authored
-
Stephen Morris authored
Renamed the logger_support_test program to the more descriptive (and accurate) logger_example, and separated out the different tests into different shell scripts.
-
Stephen Morris authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Stephen Morris authored
-
- 26 May, 2011 5 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Added the file appender, which routes output to a file (appending to a file if one exists).
-
Stephen Morris authored
The root logger name is now obtained from the global variable accessed by get/setRootLoggerName(). Also, the console appender now provides the correct pattern.
-
Stephen Morris authored
This is the global object that controls the logging system, so it is logical that initialization is done here instead of in the Logger class (which controls the operation of one logger).
-
Stephen Morris authored
Added basic logger manager and its implementation, plus an untested console appender. Also modified logger_support_test to use that appender and have got part way through creating a file logger test.
-
- 25 May, 2011 2 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 23 May, 2011 3 commits
-
-
Stephen Morris authored
Checkpoint of work at end of 23 May (so that code is copied down to the BIND 10 server). Work is in progress on the logger manager implementation class.
-
Stephen Morris authored
-
Stephen Morris authored
-
- 20 May, 2011 5 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
That was a hangover from the log4cxx implementation and appears not to be needed in log4cplus.
-
- 19 May, 2011 4 commits
-
-
Stephen Morris authored
Note: still need to add tests for LoggerImpl class.
-
Stephen Morris authored
With log4cplus, the output format of messages had changed. This corrects the test messages so that the tests passes.
-
Stephen Morris authored
Debug logging levels implemented as new log4cplus levels. With this change, most of the tests pass. The ones that fail are caused by the different form of output.
-
Stephen Morris authored
The code compilers and produces basic output. Still to be done is 1) Add idea of debug levels. 2) Modify tests to copy with new format output.
-
- 18 May, 2011 5 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
with fixing conflicts in src/bin/xfrin/tests/xfrin_test.py Also made a couple of cleanups to prevent disruption: - initialize s_Name::position in constructor - add tsigctx_mock.py to EXTRA_DIST
-
Jelte Jansen authored
-