- 07 Jun, 2011 2 commits
-
-
Stephen Morris authored
-
Jelte Jansen authored
-
- 06 Jun, 2011 3 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
Create BIND 10 root logger as child of the (unused) log4cplus root logger and create other loggers as children of that. This simplifies the inclusion of logger name in output messages. Also, enhance documentation.
-
- 03 Jun, 2011 4 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
Added to root_logger_name.* which was renamed to the more general logger_name.*. Updated files to cope with revised name. Also uncommented some unit tests that must have been commented out from the Makefile.am when chasing a problem as some point in the past.
-
Stephen Morris authored
-
Stephen Morris authored
On some systems, the output of "wc -l" is left-justified. On others (the ones on which the test fails), the output is indented. Replacing "cut" with "awk" fixes this.
-
- 02 Jun, 2011 1 commit
-
-
Stephen Morris authored
-
- 01 Jun, 2011 11 commits
-
-
Stephen Morris authored
... and convert from using TEST_F to TEST.
-
Stephen Morris authored
... and correct error in previous commit.
-
Stephen Morris authored
-
Stephen Morris authored
-
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
-
- 31 May, 2011 3 commits
-
-
Jeremy C. Reed authored
add comment change from unused-parameter to unused-variable remove additional change as was not needed. discussed on jabber and I tested directly with clang on Mac OS X (where problem was seen).
-
Stephen Morris authored
Change reviewed on Jabber.
-
Stephen Morris authored
The FreeBSD compiler complained that the member variable logger_ could not be constructed because the data type (log4cplus::Logger) has no default constructor. It is therefore initialized to point to the log4cplus root logger (the one that is guaranteed to exist), even though the LoggerImpl constructor may reset it immediately afterwards.
-
- 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
-
-
Stephen Morris authored
-
Stephen Morris authored
This only needed to be in the Makefile.am for the liblog library, not everywhere else!
-