Closed mdorman closed 8 years ago
The documentation for Log::Any::Test states:
Log::Any::Test
Using Log::Any::Test sends all subsequent Log::Any log messages to a single global in-memory buffer.
But this isn't actually true. You still need to turn on Log::Any::Adapter::Test or things will be empty.
Log::Any::Adapter::Test
The documentation for
Log::Any::Test
states:But this isn't actually true. You still need to turn on
Log::Any::Adapter::Test
or things will be empty.