Takuya Ichikawa > TRD-DebugLog-0.0.5 > TRD::DebugLog

Download:
TRD-DebugLog-0.0.5.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.0.5   Source   Latest Release: TRD-DebugLog-0.0.9

NAME ^

TRD::DebugLog - debug log

VERSION ^

Version 0.0.5

SYNOPSIS ^

Quick summary of what the module does.

Perhaps a little code snippet.

    use TRD::DebugLog;

    $TRD::DebugLog::enabled = 1;
    dlog( "this is debug log" );

EXPORT ^

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

FUNCTIONS ^

dlog( log )

   show debug log.

   $TRD::DebugLog::enabled
       = 1 : enable debug log
       = 0 : disable debug log
   $TRD::DebugLog::timestamp
       = 1 : show timestamp enable
       = 0 : show timestamp disable
   $TRD::DebugLog::file
       debug log append to file

AUTHOR ^

Takuya Ichikawa, <trd.ichi at gmail.com>

BUGS ^

Please report any bugs or feature requests to bug-trd-debuglog at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=TRD-DebugLog. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT ^

You can find documentation for this module with the perldoc command.

    perldoc TRD::DebugLog

You can also look for information at:

ACKNOWLEDGEMENTS ^

COPYRIGHT & LICENSE ^

Copyright 2008 Takuya Ichikawa, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.