Nightmare constructors

Catalyst::Logger::Base->new( $showSource );
Catalyst::Logger::PerlWarn->new( $logPriority, $showSource );
Catalyst::Logger::Stream->new( $streamHandle, $logPriority, $showtime, $showSource );
Catalyst::Logger::File->new( $filepath, $logPriority, $showtime, $showSource );
Catalyst::Logger::Apache->new( $r, $showSource );