X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FLog.pm;h=ac218a019b2a0ac3ad4e93110efa29210ce5cb8f;hb=ef637ed03ffd57f63e3ae50f4c073a965f463946;hp=aed1f39697979f3305152982776fad4ee20a6cf5;hpb=21385930c7ca62c993c0f55993a286d4edfa34c1;p=freeside.git 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;