diff options
| author | fukachan <fukachan> | 2003-05-28 14:35:59 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-05-28 14:35:59 +0000 |
| commit | 8ff0576ac2a177a3c1a098472e02eb2b02f54886 (patch) | |
| tree | 2962e227793bc798c5179efd3772e2764bebc588 /fml | |
| parent | 79b9c7c0a2d39b6de0b6b53bec398f8cc54c2e4f (diff) | |
| download | fml8-8ff0576ac2a177a3c1a098472e02eb2b02f54886.tar.gz fml8-8ff0576ac2a177a3c1a098472e02eb2b02f54886.tar.bz2 fml8-8ff0576ac2a177a3c1a098472e02eb2b02f54886.zip | |
define $error_analyzer_function_list
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 8 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/error.cf | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 8d3079cf..3ba23208 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -1502,6 +1502,14 @@ error_analyzer_cache_size = 14 # History: none # Value: simple_count / histgram # Examples: simple_count +error_analyzer_function_list = simple_count + histgram + + +# Descriptions: FML::Error::Analyze 中の関数名。 +# History: none +# Value: simple_count / histgram +# Examples: simple_count error_analyzer_function = histgram diff --git a/fml/etc/src/config.cf.ja/error.cf b/fml/etc/src/config.cf.ja/error.cf index 7fed37fd..314b6434 100644 --- a/fml/etc/src/config.cf.ja/error.cf +++ b/fml/etc/src/config.cf.ja/error.cf @@ -62,6 +62,14 @@ error_analyzer_cache_size = 14 # History: none # Value: simple_count / histgram # Examples: simple_count +error_analyzer_function_list = simple_count + histgram + + +# Descriptions: FML::Error::Analyze 中の関数名。 +# History: none +# Value: simple_count / histgram +# Examples: simple_count error_analyzer_function = histgram |
