Log-Lite version 0.06
========================

This module helps log information on disk.
Main feature:
1. auto create file named by the first argument.
2. auto cut log file everyday.
3. thread safety (open-lock-write-unlock-close everytime).
4. debug mode support

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (c) 2011 ChenGang.
This library is free software; you can redistribute it and/or 
modify it under the same terms as Perl itself.
