From: Ivan Kohler Date: Mon, 27 Nov 2017 20:26:03 +0000 (-0800) Subject: doc X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c809ad57e880915d03b6daf091a18748fa1abbfa;p=freeside.git 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 + +=cut + 1;