doc
authorIvan Kohler <ivan@freeside.biz>
Mon, 27 Nov 2017 20:26:00 +0000 (12:26 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 27 Nov 2017 20:26:00 +0000 (12:26 -0800)
FS/FS/Log.pm

index aed1f39..ac218a0 100644 (file)
@@ -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;