summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-11-27 12:26:00 -0800
committerIvan Kohler <ivan@freeside.biz>2017-11-27 12:26:00 -0800
commitb96df4d4dcfebb3df16af89b884e63164bcf15e5 (patch)
tree77f70d343013791f6ed28d284ee4ff522c25c4b4
parent2cdb0b3f9e3b778fd914d847fc7851948a9930e4 (diff)
doc
-rw-r--r--FS/FS/Log.pm15
1 files changed, 15 insertions, 0 deletions
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;