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