summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;