slf4d.testing_provider

An SLF4D provider that is intended to be used for testing. The provider class, TestingLoggingProvider, includes some convenience methods to inspect the log messages generated while it's active.

Members

Classes

TestingLoggerFactory
class TestingLoggerFactory

A convenient LoggerFactory implementation for testing logging in an isolated manner.

TestingLoggingProvider
class TestingLoggingProvider

A convenient logging provider to use in unit tests, which uses a factory that creates Loggers that send messages to a CachingLogHandler for inspection.