HTML::GUI::log::event - Create and control a event input for webapp


NAME

HTML::GUI::log::event - Create and control a event input for webapp


VERSION

Version 0.01


EVENT

The event module to log all errors/debug/information messages


PUBLIC METHODS

new

getCurrentStack

   Description :
                  return a array of the current stack

getMessage

   Description :
                  return the message corresponding for the current event

dump

   Description :
                  return a human readable string of the current event

printTime

   Parameters :
      $time : string : a value returned by the function time
   Description :
                  return a human readable string of the date $time


AUTHOR

Jean-Christian Hassler, <jhassler at free.fr>


BUGS

Please report any bugs or feature requests to bug-gui-libhtml-event at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html. 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 HTML::GUI::widget

You can also look for information at:


ACKNOWLEDGEMENTS


COPYRIGHT & LICENSE

Copyright 2007 Jean-Christian Hassler, all rights reserved.

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

 HTML::GUI::log::event - Create and control a event input for webapp