summaryrefslogtreecommitdiff
path: root/tests/test_logging.cc
AgeCommit message (Expand)AuthorFilesLines
2010-08-26Fix the behavior of OFF_LEVEL in the logging code.Daniel Burrows1-6/+24
2010-05-28Add a logging level "off" to disable logging at a given category.Daniel Burrows1-0/+19
2010-05-28Fix a test of setValue() to use the correct default logging level.Daniel Burrows1-2/+2
2010-05-28Fix the test that setLevel() doesn't propagate upwards.Daniel Burrows1-1/+3
2010-05-28Experimentally add support for a suite of tests based on gtest, and convert t...Daniel Burrows1-66/+67
2010-05-28Fix a place where the test had mismatched expectations and inputs.Daniel Burrows1-1/+1
2010-05-28Implement operator<< on LoggerPtr, for better dumping of test errors.Daniel Burrows1-0/+9
2010-05-28Write some tests of Logger::getCategory().Daniel Burrows1-0/+23
2010-05-28Sort the "using" declarations in the logging test.Daniel Burrows1-1/+1
2010-05-27Write an initial suite of tests for the new logging code.Daniel Burrows1-0/+433