|
From: Mike S. <m...@pe...> - 2002-09-04 06:17:47
|
Hey guys,
please find attached a patch for log4j-compatible levels, they're like
our %PRIORITY = (
"OFF" => 60000,
"FATAL" => 50000,
"ERROR" => 40000,
"WARN" => 30000,
"INFO" => 20000,
"DEBUG" => 10000,
"ON" => 0,
)
now and I had to change a couple of test cases and code doing actual comparisons (<= etc.) -- can
you please verify before I check it in? Just to make sure I'm not wiping out anything you guys came
up with over labor day ;)
-- Mike
--------------------------------------------------------
Mike Schilli log...@pe... http://perlmeister.com
--------------------------------------------------------
|