houseabsolute / Log-Dispatch

Dispatches messages to one or more outputs
https://metacpan.org/release/Log-Dispatch/
Other
12 stars 29 forks source link

add remove_callback method #22

Closed preaction closed 8 years ago

preaction commented 8 years ago

This method allows us to remove a callback which was previously added by add_callback. With this and some use of Scope::Guard, we can achieve scoped logging contexts which add information to all log lines in a given scope.

preaction commented 8 years ago

I force-pushed a commit that fixed the tidiness and POD coverage reported by Travis, though my own testing says that pod-linkcheck.t and test-version.t are also failing (as part of the release tests).

preaction commented 8 years ago

The remaining build failure seems to be a problem with Test::DependentModules not being installed for the 5.8.8 tests

autarch commented 8 years ago

I merged this from the CLI. Thanks!