preaction / Log-Any

Simple, fast Perl logging API compatible with any logging system
Other
13 stars 19 forks source link

Log::Any::Test documentation glosses over actually loading the Adapter #41

Closed mdorman closed 8 years ago

mdorman commented 8 years ago

The documentation for Log::Any::Test states:

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.