summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Error/Analyze
AgeCommit message (Collapse)Author
2006-11-19fix comments.fukachan
use more proper variable names.
2006-02-15fix method name: remove -> deletefukachan
2005-08-17fix copyrightfukachan
2005-08-10FNF:fukachan
module internal variables are changed. renamed: o summary() -> get_summary() o removal_address() -> get_address_to_be_removed()
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23fix comments (FNF)fukachan
2004-05-22rename variable: $error_* -> $error_mail_*fukachan
error_analyzer_day_limit->error_mail_analyzer_day_limit error_analyzer_cache_dir->error_mail_analyzer_cache_dir error_analyzer_cache_type->error_mail_analyzer_cache_type error_analyzer_cache_mode->error_mail_analyzer_cache_mode error_analyzer_cache_size->error_mail_analyzer_cache_size error_analyzer_function_select_list->error_mail_analyzer_function_select_list error_analyzer_function->error_mail_analyzer_function error_analyzer_simple_count_limit->error_mail_analyzer_simple_count_limit
2004-04-23remove "use FML::Log;".fukachan
2004-02-15white space cosmetics.fukachan
2004-01-01FNF: fix copyrightfukachan
2004-01-01update/fix comments.fukachan
use more proper local variable names.
2003-10-15space cosmeticsfukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-05-28move main part of print() to FML::Error::Analyzer::* modules.fukachan
So, print() format depends on FML::Error::Analyzer::* class.
2003-05-28restructuring under FML::Error class to be more extensible.fukachan