Fault
view release on metacpan or search on metacpan
[DMA20080507-?]
* Since I am now saving the previous Msg object, I can in theory
retrieve pretty much everything about the last fault/log call.
I would have to extend the user API, either more methods here
or one method to return the message object and then suggest
'releasing' that API to the wild instead of keeping it internal
and changeable.
[DMA20080507-?]
* I may want to split much of the general perldoc documentation
out of here and into a dummy Fault.pm package.
[DMA20080508-?]
=================
Fault::Notepad
* fprint needs a fault check for a glob argument.
[DMA20080723-?]
* could add accept either Msg object or a string?
lib/Fault/Logger.pm view on Meta::CPAN
# Revision 1.2 2008-04-10 15:01:08 amon
# Added license to headers, removed claim that the documentation section still
# relates to the old doc file.
#
# Revision 1.1.1.1 2006-09-09 18:15:14 amon
# Dale's library of primitives in Perl
#
# 20041130 Dale Amon <amon@vnl.com>
# Almost a full rewrite over the last couple days. Added
# caller callback arg; changed name of logfile method
# to delegate; added more arg checking; split methods into
# public and private parts and more. Also redocumented.
#
# 20041127 Dale Amon <amon@vnl.com>
# Lots of additions. Added callback hooks for state
# transitions and pass throughs for args needed by syslog
# using LogFile objects.
#
# 20041013 Dale Amon <amon@vnl.com>
# Added crash method and support for arglist pass through.
#
( run in 2.094 seconds using v1.01-cache-2.11-cpan-71847e10f99 )