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 ih...@apache.org on 2011/06/05 16:06:03 UTC

svn commit: r1132411 - /logging/log4php/trunk/src/site/apt/index.apt

Author: ihabunek
Date: Sun Jun  5 14:06:03 2011
New Revision: 1132411

URL: http://svn.apache.org/viewvc?rev=1132411&view=rev
Log:
Updated the title site page. Also added a prominent link back to ASF as required by the bradning requirements (PHP-128).

Modified:
    logging/log4php/trunk/src/site/apt/index.apt

Modified: logging/log4php/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/index.apt?rev=1132411&r1=1132410&r2=1132411&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/index.apt (original)
+++ logging/log4php/trunk/src/site/apt/index.apt Sun Jun  5 14:06:03 2011
@@ -5,7 +5,7 @@
 ~~ (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
+~~	    http://www.apache.org/licenses/LICENSE-2.0
 ~~
 ~~ Unless required by applicable law or agreed to in writing, software
 ~~ distributed under the License is distributed on an "AS IS" BASIS,
@@ -13,26 +13,51 @@
 ~~ See the License for the specific language governing permissions and
 ~~ limitations under the License.
  ------
-What is it?
+What is Apache log4php?
  ------
  ------
  ------
 
 What is Apache log4php?
  
-   Apache log4php is a logging framework for PHP at the Apache Software Foundation (ASF), 
-   sponsored by the Apache Logging Services project. 
+	Apache log4php is a logging framework for PHP at the {{{http://www.apache.org}Apache Software Foundation}}, it is a part of the {{{http://logging.apache.org}Apache Logging Services}} project. 
   
-   Apache log4php has completed graduation in March 2010. 
-
-   Apache log4php supports:
-   
-   * Configuration through xml and properties file (same structure as log4j).
+	Apache log4php supports:
+	
+	* Configuration through XML, properties and PHP files
 
-   * File, RollingFile, DailyFile, Echo, Console, Mail, PDO, PHP error, Syslog or NT events and Socket appenders.
+	* Various logging destinations (appenders) including:
+	
+		* Console and standard outputs (stdout, stderr)
+	
+		* Files (including daily and rolling files)
+	
+		* Email
+		
+		* Databases (using PDO)
+		
+		* Sockets
+		
+		* Syslog
+		
+		[]
 
-   * Simple, TTCC, Pattern, Html and Xml Layouts.
-   
-   * Nested (NDC) and Mapped (MDC) Diagnostic Contexts. 
-   
+	* Several built-in log message formats (layouts): 
+	
+		* Simple
+		
+		* TTCC
+		
+		* HTML
+		
+		* XML
+		
+		* Pattern (user defined)
+		
+		[]
+	
+	* Nested (NDC) and Mapped (MDC) Diagnostic Contexts. 
+	
+	[]
 
+	Apache log4php graduated in March 2010.