Asserts that this provider has a cached log message that satisfies the given boolean delegate function.
Asserts that this provider has a cached log message with the given string message.
Asserts that this provider has a cached log message with the given level.
Asserts that this provider has exactly an expected amount of messages.
Asserts that this provider has exactly an expected amount of messages at the given logging level.
Asserts that this provider has no cached messages.
Asserts that this provider has no cached messages at the given logging level.
Gets the number of messages that have been logged.
Gets the number of messages that have been logged at a given level.
Convenience method to get the list of log messages that have been logged to this provider since the last time it was reset.
Convenience method to clear this provider's cached list of messages.
The logger factory that this provider uses.
A convenient logging provider to use in unit tests, which uses a factory that creates Loggers that send messages to a CachingLogHandler for inspection.