summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dumpio.xml.ja
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-10-11 00:35:03 +0000
committerTakashi Sato <takashi@apache.org>2008-10-11 00:35:03 +0000
commitafcbc3669460436feae002103a634727b068db7f (patch)
tree0dfeb89df6d2ebdac3490694aa984976763de81e /docs/manual/mod/mod_dumpio.xml.ja
parentd7c2abcba7ac7e7bb0a9c4deac28125eb3673655 (diff)
downloadhttpd-afcbc3669460436feae002103a634727b068db7f.tar.gz
update Japanese translation
Submitted by: kawai Reviewed by: takashi git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@703615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dumpio.xml.ja')
-rw-r--r--docs/manual/mod/mod_dumpio.xml.ja26
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_dumpio.xml.ja b/docs/manual/mod/mod_dumpio.xml.ja
index ac4c86bdfc..919baf5e57 100644
--- a/docs/manual/mod/mod_dumpio.xml.ja
+++ b/docs/manual/mod/mod_dumpio.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 420993:559006 (outdated) -->
+<!-- English Revision: 559006 -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -86,4 +86,28 @@
</usage>
</directivesynopsis>
+
+<directivesynopsis>
+
+<name>DumpIOLogLevel</name>
+<description>DumpIO の出力のログレベルを制御します</description>
+<syntax>DumpIOLogLevel <var>level</var></syntax>
+<default>DumpIOLogLevel debug</default>
+<contextlist><context>server config</context></contextlist>
+<compatibility>DumpIOLogLevel は Apache 2.2.4 以降で利用可能</compatibility>
+
+<usage>
+ <p>指定した <directive module="core">LogLevel</directive>
+ において、全出力のダンプ機能を有効にします。</p>
+
+ <example><title>Example</title>
+ DumpIOLogLevel notice
+ </example>
+
+ <note><title>互換性</title>2.2.4 以前の <module>mod_dumpio</module>
+ では <directive module="core">LogLevel</directive> が <code>debug</code>
+ の時にのみ dump を行っていました。</note>
+</usage>
+
+</directivesynopsis>
</modulesynopsis>