Full Changelog: https://github.com/timacdonald/log-fake/compare/v2.4.1...v2.4.2
Full Changelog: https://github.com/timacdonald/log-fake/compare/v2.4.0...v2.4.1
Full Changelog: https://github.com/timacdonald/log-fake/compare/v2.3.0...v2.4.0
shareContext support by @rmachado-studocu in https://github.com/timacdonald/log-fake/pull/45Full Changelog: https://github.com/timacdonald/log-fake/compare/v2.2.0...v2.3.0
psr/log 2.0Added support for Laravel 6
Implemented Psr\Log\LoggerInterface on the ChannelFake.
Added ability to pass a callback to assertLoggedTimes
Log::assertLoggedTimes('critical', 5, function ($message, $context) {
//
});
Added assertLoggedMessage helper method.
Log::assertLoggedMessage('info', $expectedMessage);
How can I help you explore Laravel packages today?