Cache::Memcached::Fast::Logger
==============================

Cache::Memcached::Fast::Logger - the simple logger object for writing and
reading all log items to/from memcached

INSTALLATION

Latest release of this module is available from CPAN:

  TODO

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

By default memcached tests are disabled. For enabling you should run tests as:

MEMCACHED_SERVER=socket_path_or_ip_address_with_port make test

DEPENDENCIES

This module requires these other modules and software:

  Test::More (required only to run tests)
  Cache::Memcached::Fast

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Cache::Memcached::Fast::Logger

BUGS

    TODO

COPYRIGHT AND LICENCE

Copyright (C) 2012 by Perlover. All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.

This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.
