X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FLog.pm;h=9d6ce6a570330be05f49a7866d226067a9c9a7a1;hb=5f563d5ac7e6e1e93cca382baa42ee106f3db5a0;hp=b11630bc9887f841680f0535e380f23951e4565d;hpb=a60615bf7bde77aa2b9faf3fc268c149eecdb5ab;p=freeside.git diff --git a/FS/FS/Log.pm b/FS/FS/Log.pm index b11630bc9..9d6ce6a57 100644 --- a/FS/FS/Log.pm +++ b/FS/FS/Log.pm @@ -9,7 +9,7 @@ use vars qw(@STACK @LEVELS); # override the stringification of @_ with something more sensible. BEGIN { - @LEVELS = qw(debug info notice warning error critical alert emergency); + @LEVELS = qw(debug info warning error critical); foreach my $l (@LEVELS) { my $sub = sub { @@ -49,7 +49,7 @@ to the database. FS::Log inherits from L. =over 4 -new CONTEXT +=item new CONTEXT Constructs and returns a log handle. CONTEXT must be a known context tag indicating what activity is going on, such as the name of the function or