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


Sprocket documentation  | view source Contained in the Sprocket distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

ABSTRACT

Top

Sprocket::Logger::Basic logs to STDERR and

METHODS

Top

put( $sprocket_component => { v => $log_level, msg => $log_msg } );

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

SEE ALSO

Top

Sprocket

AUTHOR

Top

David Davis <xantus@cpan.org>

COPYRIGHT AND LICENSE

Top


Sprocket documentation  | view source Contained in the Sprocket distribution.