diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-11-27 12:26:03 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-11-27 12:26:03 -0800 |
| commit | c809ad57e880915d03b6daf091a18748fa1abbfa (patch) | |
| tree | 2baf89de1565a46ab89826d849524400838b91c4 | |
| parent | f4c50db53c0da163d8efa1c71ce804e1bca35ff8 (diff) | |
doc
| -rw-r--r-- | FS/FS/Log.pm | 15 |
1 files changed, 15 insertions, 0 deletions
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<Log::Dispatch> + +=cut + 1; |
