
Sprocket::Logger::Basic - Basic logging for Sprocket

my $log = Sprocket::Logger::Basic->new(); $log->put( $server, { v => 4, msg => 'Hello world' } );

Sprocket::Logger::Basic logs to STDERR and

$sprocket_component is either a client or server object. This will write a log line out to STDERR.


David Davis <xantus@cpan.org>

Copyright 2006-2007 by David Davis
Same as Perl, see the LICENSE file