Minor improvements to docs Signed-off-by: Ivan Habunek <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/cf2c043d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/cf2c043d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/cf2c043d Branch: refs/heads/docs Commit: cf2c043da5d70e56cda2a58a422e081fab44f503 Parents: 73d0bac Author: Ivan Habunek <[email protected]> Authored: Sat Feb 23 14:38:00 2013 +0100 Committer: Ivan Habunek <[email protected]> Committed: Sat Feb 23 14:38:00 2013 +0100 ---------------------------------------------------------------------- docs/appenders/console.rst | 2 ++ docs/filters/level-match.rst | 2 +- docs/filters/level-range.rst | 2 +- docs/filters/string-match.rst | 2 +- docs/layouts/html.rst | 2 ++ docs/layouts/xml.rst | 2 ++ 6 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/cf2c043d/docs/appenders/console.rst ---------------------------------------------------------------------- diff --git a/docs/appenders/console.rst b/docs/appenders/console.rst index ec88d1f..5f99d3f 100644 --- a/docs/appenders/console.rst +++ b/docs/appenders/console.rst @@ -14,6 +14,8 @@ This appender requires a layout. If no layout is specified in configuration, Parameters ---------- +The following parameters are available: + +-----------+--------+----------+---------+-------------------------------------------------------+ | Parameter | Type | Required | Default | Description | +===========+========+==========+=========+=======================================================+ http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/cf2c043d/docs/filters/level-match.rst ---------------------------------------------------------------------- diff --git a/docs/filters/level-match.rst b/docs/filters/level-match.rst index e351628..ece2833 100644 --- a/docs/filters/level-match.rst +++ b/docs/filters/level-match.rst @@ -7,7 +7,7 @@ LoggerFilterLevelMatch either accepts the specified logger level or denies it. Parameters ---------- -This filter has the following parameters: +The following parameters are available: +---------------+-------------+----------+---------+------------------------------------+ | Parameter | Type | Required | Default | Description | http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/cf2c043d/docs/filters/level-range.rst ---------------------------------------------------------------------- diff --git a/docs/filters/level-range.rst b/docs/filters/level-range.rst index 14e2685..e214210 100644 --- a/docs/filters/level-range.rst +++ b/docs/filters/level-range.rst @@ -8,7 +8,7 @@ specified range. Parameters ---------- -This filter has the following parameters: +The following parameters are available: +---------------+-------------+----------+---------+----------------------------------------------+ | Parameter | Type | Required | Default | Description | http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/cf2c043d/docs/filters/string-match.rst ---------------------------------------------------------------------- diff --git a/docs/filters/string-match.rst b/docs/filters/string-match.rst index 79d3681..8e59577 100644 --- a/docs/filters/string-match.rst +++ b/docs/filters/string-match.rst @@ -8,7 +8,7 @@ string. Parameters ---------- -This filter has the following parameters: +The following parameters are available: +---------------+-----------+----------+---------+--------------------------------------+ | Parameter | Type | Required | Default | Description | http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/cf2c043d/docs/layouts/html.rst ---------------------------------------------------------------------- diff --git a/docs/layouts/html.rst b/docs/layouts/html.rst index 7ef4e98..0da6908 100644 --- a/docs/layouts/html.rst +++ b/docs/layouts/html.rst @@ -7,6 +7,8 @@ LoggerLayoutHTML formats the log as an HTML document. Parameters ---------- +The following parameters are available: + +----------------+---------+----------+----------+-------------------------------------------------+ | Parameter | Type | Required | Default | Description | +================+=========+==========+==========+=================================================+ http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/cf2c043d/docs/layouts/xml.rst ---------------------------------------------------------------------- diff --git a/docs/layouts/xml.rst b/docs/layouts/xml.rst index d1385f2..2caabc9 100644 --- a/docs/layouts/xml.rst +++ b/docs/layouts/xml.rst @@ -7,6 +7,8 @@ LoggerLayoutXml Parameters ========== +The following parameters are available: + +-----------------+---------+----------+---------+-------------------------------------------------+ | Parameter | Type | Required | Default | Description | +=================+=========+==========+=========+=================================================+
