log_mixin 1.1.2
The LogMixin module provides (you guessed it) a mixin to make logging more convenient. It is intended to work both with and without Rails, to silence logging in tests by default but provide access to it when explicitly requested, to log to stderr (or Rails.logger) by default but accept other logging targets, and other conveniences.