MOVED
Moved to http://github.com/mikedemers/testable-logger/tree/master
Testable Logger lets you assert that messages were (or were not) written to the application's log file during a test case.
It acts as a buffered proxy in front of the normal Logger object when running in a test environment. It will store the messages that are logged during a test run and make them available for testing through the assertions assert_logged and assert_nothing_logged.