summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-11-26 10:05:00 +0000
committerfukachan <fukachan>2006-11-26 10:05:00 +0000
commit6802ed17ba024a990e4e3468067c532d2fcad7e7 (patch)
tree0cb8c79c6f1c513ae57b90a7ef7c406d0ceec8a8 /fml/lib
parentb7768e7054aa78f88853594b3c2fe13339bd07f2 (diff)
downloadfml8-6802ed17ba024a990e4e3468067c532d2fcad7e7.tar.gz
fml8-6802ed17ba024a990e4e3468067c532d2fcad7e7.tar.bz2
fml8-6802ed17ba024a990e4e3468067c532d2fcad7e7.zip
fix comments
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/FML/Process/Debug.pm30
1 files changed, 18 insertions, 12 deletions
diff --git a/fml/lib/FML/Process/Debug.pm b/fml/lib/FML/Process/Debug.pm
index 9d1be31a..3a9dbaa3 100644
--- a/fml/lib/FML/Process/Debug.pm
+++ b/fml/lib/FML/Process/Debug.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Debug.pm,v 1.12 2006/04/18 11:14:06 fukachan Exp $
+# $FML: Debug.pm,v 1.13 2006/05/04 05:01:56 fukachan Exp $
#
package FML::Process::Debug;
@@ -45,8 +45,8 @@ FML::Process::Debug - debug tool / tiny FML::Process emulator.
=head1 DESCRIPTION
-FML::Pcoess::Debug provides tiny FML::Process:: process emulator for
-debug use.
+FML::Process::Debug provides tiny FML::Process::XXX process emulator
+for debug use.
It also provides dump_curproc() method to dump out $curproc structure
as string for documentation.
@@ -57,10 +57,6 @@ as string for documentation.
constructor.
-=head2 dump_curproc($curproc)
-
-dump curproc structure.
-
=cut
@@ -81,15 +77,25 @@ sub new
simplified version of FML::Process::* only used for debug.
-=head2 mkdir
+=head2 mkdir($dir, $mode)
+
+create directory $dir if needed.
+
+=head2 log($msg, $msg_args)
+
+log message.
+
+=head2 logwarn($msg, $msg_args)
+
+log message at level as warning.
-=head2 log
+=head2 logerror($msg, $msg_args)
-=head2 logwarn
+log message at level as critical error.
-=head2 logerror
+=head2 logdebug($msg, $msg_args)
-=head2 logdebug
+log message at level as debug.
=cut