[freeside-commits] branch FREESIDE_4_BRANCH updated. c809ad57e880915d03b6daf091a18748fa1abbfa
Ivan Kohler
ivan at freeside.biz
Mon Nov 27 12:26:04 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via c809ad57e880915d03b6daf091a18748fa1abbfa (commit)
from f4c50db53c0da163d8efa1c71ce804e1bca35ff8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c809ad57e880915d03b6daf091a18748fa1abbfa
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 27 12:26:03 2017 -0800
doc
diff --git a/FS/FS/Log.pm b/FS/FS/Log.pm
index aed1f3969..ac218a019 100644
--- a/FS/FS/Log.pm
+++ b/FS/FS/Log.pm
@@ -127,4 +127,19 @@ sub levelmap {
map { $_ => $LEVELS{$_} } levelnums;
}
+=back
+
+=head1 BUGS
+
+Not yet used universally; being phased in over time.
+
+Not well documented. Should document the error levels we're using (debug,
+info, warning, error, critical) and the methods to log them.
+
+=head1 SEE ALSO
+
+L<Log::Dispatch>
+
+=cut
+
1;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Log.pm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
More information about the freeside-commits
mailing list