Minor changes in rst docs for LoggerAppenderAMQP 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/b09b154b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/b09b154b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/b09b154b Branch: refs/heads/develop Commit: b09b154b7a5020661c18bc00235b9f66162dc5c0 Parents: c91b0a4 Author: Dmitriy Ulyanov <[email protected]> Authored: Mon Feb 24 01:41:15 2014 +0400 Committer: Ivan Habunek <[email protected]> Committed: Thu May 15 09:28:29 2014 +0200 ---------------------------------------------------------------------- docs/appenders/amqp.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/b09b154b/docs/appenders/amqp.rst ---------------------------------------------------------------------- diff --git a/docs/appenders/amqp.rst b/docs/appenders/amqp.rst index d12d3b1..05dc1a5 100644 --- a/docs/appenders/amqp.rst +++ b/docs/appenders/amqp.rst @@ -53,12 +53,12 @@ The following parameters are available: Examples -------- This example shows how to configure ``LoggerAppenderAMQP`` to log to a remote -database. +server. .. container:: tabs .. rubric:: XML format -.. code-block:: xml + .. code-block:: xml <configuration xmlns="http://logging.apache.org/log4php/"> <appender name="default" class="LoggerAppenderAMQP"> @@ -75,7 +75,7 @@ database. </configuration> .. rubric:: PHP format -.. code-block:: php + .. code-block:: php array( 'appenders' => array( @@ -97,11 +97,11 @@ database. ); .. Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
