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