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