You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2011/06/23 11:34:22 UTC

svn commit: r1138792 - in /logging/log4php/trunk/src/site/apt: ./ docs/ docs/appender/

Author: grobmeier
Date: Thu Jun 23 09:34:21 2011
New Revision: 1138792

URL: http://svn.apache.org/viewvc?rev=1138792&view=rev
Log:
added Apache log4php at a prominent place

Modified:
    logging/log4php/trunk/src/site/apt/contributingpatches.apt
    logging/log4php/trunk/src/site/apt/docs/appender/appender.apt
    logging/log4php/trunk/src/site/apt/docs/appender/filter.apt
    logging/log4php/trunk/src/site/apt/docs/appender/layout.apt
    logging/log4php/trunk/src/site/apt/docs/appender/threshold.apt
    logging/log4php/trunk/src/site/apt/docs/configuration.apt
    logging/log4php/trunk/src/site/apt/docs/introduction.apt
    logging/log4php/trunk/src/site/apt/docs/loggers.apt
    logging/log4php/trunk/src/site/apt/docs/performance.apt
    logging/log4php/trunk/src/site/apt/docs/renderer.apt
    logging/log4php/trunk/src/site/apt/quickstart.apt
    logging/log4php/trunk/src/site/apt/volunteering.apt

Modified: logging/log4php/trunk/src/site/apt/contributingpatches.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/contributingpatches.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/contributingpatches.apt (original)
+++ logging/log4php/trunk/src/site/apt/contributingpatches.apt Thu Jun 23 09:34:21 2011
@@ -18,7 +18,7 @@
  ------
  ------
 
-Contributing Patches
+Contributing Patches to Apache log4php
 
   Before you read this document, make sure you have read the general information on the 
   {{{./volunteering.html}Volunteering}} page. Credits to the Apache Commons project on which documents

Modified: logging/log4php/trunk/src/site/apt/docs/appender/appender.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/appender/appender.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appender/appender.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appender/appender.apt Thu Jun 23 09:34:21 2011
@@ -18,7 +18,7 @@ Appenders
  ------
  ------
 
-Appenders
+Appenders in Apache log4php
 
   Logging requests can be sent to multiple destinations, such as files, databases, syslog and others. Such destinations are called appenders. Appenders are attached to {{{../loggers.html}loggers}} and each logger can have one or more attached appenders.
   

Modified: logging/log4php/trunk/src/site/apt/docs/appender/filter.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/appender/filter.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appender/filter.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appender/filter.apt Thu Jun 23 09:34:21 2011
@@ -18,7 +18,7 @@ Appender Filters
  ------
  ------
 
-Appender Filters
+Appender Filters in Apache log4php
 
   Filtering is a mechanism which allows the user to configure more precisely which logging events will be logged by an appender, and which will be ignored. Logging events can be filtered based on the level of the logging request, or the message itself.
   

Modified: logging/log4php/trunk/src/site/apt/docs/appender/layout.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/appender/layout.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appender/layout.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appender/layout.apt Thu Jun 23 09:34:21 2011
@@ -26,7 +26,7 @@ Appender Layout
   
 * {Available Layouts}
 
-  The following layouts are included with log4php:
+  The following layouts are included with Apache log4php:
 
 *------------------------------+--------------+
 || Name                        || Description

Modified: logging/log4php/trunk/src/site/apt/docs/appender/threshold.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/appender/threshold.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appender/threshold.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appender/threshold.apt Thu Jun 23 09:34:21 2011
@@ -18,7 +18,7 @@ Appender Threshold
  ------
  ------
 
-Appender Threshold
+Appender Thresholds in Apache log4php
 
   A threshold is lets you filter out log events of a specified LoggerLevel on an
   Appender-Level and on Configuration-Level. This is sometimes an easier option

Modified: logging/log4php/trunk/src/site/apt/docs/configuration.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/configuration.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/configuration.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/configuration.apt Thu Jun 23 09:34:21 2011
@@ -29,7 +29,7 @@ Configuration
   statements embedded within their code. Given their number, it becomes imperative
   to manage these log statements without the need to modify them manually.
 
-  The log4php environment is fully configurable programmatically. However, it is far more
+  The Apache log4php environment is fully configurable programmatically. However, it is far more
   flexible to configure log4php using configuration files. Currently, configuration files 
   can be written in XML or in properties (key=value) format.
 

Modified: logging/log4php/trunk/src/site/apt/docs/introduction.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/introduction.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/introduction.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/introduction.apt Thu Jun 23 09:34:21 2011
@@ -22,7 +22,7 @@ Introduction
 
 * {Basic concepts}
 
-  There are three main concepts in log4php: loggers, appenders and layouts. These three types of components work together to enable developers to log messages according to message type and level, and to control at runtime how these messages are formatted and where they are reported.
+  There are three main concepts in Apache log4php: loggers, appenders and layouts. These three types of components work together to enable developers to log messages according to message type and level, and to control at runtime how these messages are formatted and where they are reported.
 
 ** {Loggers, appenders and layouts}
   

Modified: logging/log4php/trunk/src/site/apt/docs/loggers.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/loggers.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/loggers.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/loggers.apt Thu Jun 23 09:34:21 2011
@@ -20,7 +20,7 @@ Loggers
 
 Loggers
 
-  A logger is a component which will take your logging request and log it. Each class in a project can have an individual logger, or they can all use a common logger. Loggers are named entities; it is common to name them after the class which will use it for logging.
+  A Apache log4php logger is a component which will take your logging request and log it. Each class in a project can have an individual logger, or they can all use a common logger. Loggers are named entities; it is common to name them after the class which will use it for logging.
   
   Creating a logger is done by calling the static getLogger() method on the Logger object and providing the name of the logger. For example, to create a logger named <foo>:
   

Modified: logging/log4php/trunk/src/site/apt/docs/performance.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/performance.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/performance.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/performance.apt Thu Jun 23 09:34:21 2011
@@ -22,6 +22,7 @@ Performance
 
   This text is based upon the Log4J manual written by Ceki Gülcü in March 2002. 
   You can find the original here: http://logging.apache.org/log4j/1.2/manual.html
+  It has been ported to Apache log4php, because it's basic ideas are the same. Calculations may differ.
 
   One of the often-cited arguments against logging is its computational cost. 
   This is a legitimate concern as even moderately sized applications can 

Modified: logging/log4php/trunk/src/site/apt/docs/renderer.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/renderer.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/renderer.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/renderer.apt Thu Jun 23 09:34:21 2011
@@ -20,7 +20,7 @@ Renderers
 
 Renderers
 
-  log4php can log more than just string messages. If you try to log an object it will be converted to a string and logged. The component which converts Objects to strings in log4php is called a <<renderer>>.
+  Apache log4php can log more than just string messages. If you try to log an object it will be converted to a string and logged. The component which converts Objects to strings in log4php is called a <<renderer>>.
   
 * Default renderer  
   

Modified: logging/log4php/trunk/src/site/apt/quickstart.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/quickstart.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/quickstart.apt (original)
+++ logging/log4php/trunk/src/site/apt/quickstart.apt Thu Jun 23 09:34:21 2011
@@ -20,7 +20,7 @@ Quickstart
 
 Quickstart
 
-  First, please {{{./download.html}download log4php}} and unpack it.
+  First, please {{{./download.html}download Apache log4php}} and unpack it.
   
   Optionally, you may copy the folder <<src/main/php>>, which contains the source code, to a location of your choosing. For example, a folder within your project.  
 

Modified: logging/log4php/trunk/src/site/apt/volunteering.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/volunteering.apt?rev=1138792&r1=1138791&r2=1138792&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/volunteering.apt (original)
+++ logging/log4php/trunk/src/site/apt/volunteering.apt Thu Jun 23 09:34:21 2011
@@ -20,7 +20,7 @@ Volunteering
 
 On Volunteering
 
-  If you want to volunteer and help with developing log4php, you are highly encouraged to read
+  If you want to volunteer and help with developing Apache log4php, you are highly encouraged to read
   {{{http://www.apache.org/foundation/getinvolved.html}Apache getting involved}}. If you have
   questions on that document, we might be able to answer them on the developers mailinglist.