Author: ihabunek
Date: Tue Jul 27 09:26:16 2010
New Revision: 979612
URL: http://svn.apache.org/viewvc?rev=979612&view=rev
Log:
Updated the web pages to always use "log4php" instead of other variants such as
"Log4PHP" and "Log4php". This follows the naming standard of other logging
projects (log4j, log4net...).
Modified:
logging/log4php/trunk/pom.xml
logging/log4php/trunk/src/site/apt/contributingpatches.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/appenders.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/performance.apt
logging/log4php/trunk/src/site/apt/docs/renderer.apt
logging/log4php/trunk/src/site/apt/index.apt
logging/log4php/trunk/src/site/apt/install.apt
logging/log4php/trunk/src/site/apt/quickstart.apt
logging/log4php/trunk/src/site/apt/roadmap.apt
logging/log4php/trunk/src/site/apt/showcase.apt
logging/log4php/trunk/src/site/apt/upgrading.apt
logging/log4php/trunk/src/site/apt/usage.apt
Modified: logging/log4php/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/pom.xml?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/pom.xml (original)
+++ logging/log4php/trunk/pom.xml Tue Jul 27 09:26:16 2010
@@ -21,8 +21,8 @@
<artifactId>apache-log4php</artifactId>
<packaging>jar</packaging>
<version>2.0.1-incubating-SNAPSHOT</version>
- <name>Apache log4php.</name>
- <description>Logging framework for PHP.</description>
+ <name>Apache log4php</name>
+ <description>Logging framework for PHP</description>
<url>http://logging.apache.org/log4php</url>
<issueManagement>
<system>JIRA</system>
Modified: logging/log4php/trunk/src/site/apt/contributingpatches.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/contributingpatches.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/contributingpatches.apt (original)
+++ logging/log4php/trunk/src/site/apt/contributingpatches.apt Tue Jul 27
09:26:16 2010
@@ -74,7 +74,7 @@ Contributing Patches
* Creating A Patch
- The Apache Log4PHP source code repository holds the current source.
Currently SVN is beeing used.
+ The Apache log4php source code repository holds the current source.
Currently SVN is beeing used.
Please create your patch against the latest revision of the files in the
source code
repository since this makes the job of applying the patch much easier.
@@ -95,7 +95,7 @@ Contributing Patches
There are two ways to go to submit a patch:
- * Add the patch as an attachment to a bug report. Log4PHP uses JIRA. Create
a new bug
+ * Add the patch as an attachment to a bug report. log4php uses JIRA. Create
a new bug
report if necessary.
* Mail the JIRA issue number to the dev mailing list. The email subject
should describe
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=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appender-filter.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appender-filter.apt Tue Jul 27
09:26:16 2010
@@ -52,7 +52,7 @@ Filtering Messages
+--
This confiuration adds two filters to the appender. One is the LevelRange
appender.
- As you can see, there are more than one filters possible. Log4PHP builds up
a so called
+ As you can see, there are more than one filters possible. log4php builds up
a so called
filter chain. That means, that after the LevelRange filter, the
DenyAll-Filter is beeing
processed.
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=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appender-layout.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appender-layout.apt Tue Jul 27
09:26:16 2010
@@ -18,7 +18,7 @@
------
------
-Apache Log4php Layouts
+Apache log4php Layouts
%{toc|section=1|fromDepth=1|toDepth=2}
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=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appender-threshold.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appender-threshold.apt Tue Jul 27
09:26:16 2010
@@ -18,7 +18,7 @@
------
------
-Apache Log4php Appender Threshhold
+Apache log4php Appender Threshhold
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/appenders.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/docs/appenders.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/appenders.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/appenders.apt Tue Jul 27 09:26:16
2010
@@ -18,7 +18,7 @@
------
------
-Apache Log4php Appenders
+Apache log4php Appenders
%{toc|section=1|fromDepth=1|toDepth=2}
@@ -32,8 +32,8 @@ Apache Log4php Appenders
** {About Appenders}
The ability to selectively enable or disable logging requests based on their
logger
- is only part of the picture. Log4PHP allows logging requests to print to
multiple
- destinations. In Log4PHP speak, an output destination is called an appender.
Currently,
+ is only part of the picture. log4php allows logging requests to print to
multiple
+ destinations. In log4php speak, an output destination is called an appender.
Currently,
appenders exist for the console, files, databases and others (see below).
More than one appender can be attached to a logger.
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=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/configuration.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/configuration.apt Tue Jul 27
09:26:16 2010
@@ -18,7 +18,7 @@
------
------
-Apache Log4php Configuration
+Apache log4php Configuration
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
@@ -29,11 +29,11 @@ Apache Log4php 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
- flexible to configure Log4PHP using configuration files. Currently,
configuration files
+ The 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.
- Let us give a taste of how this is done with the help of an imaginary
application MyApp that uses Log4PHP.
+ Let us give a taste of how this is done with the help of an imaginary
application MyApp that uses log4php.
+--
require_once ('log4php/Logger.php');
@@ -106,10 +106,10 @@ INFO MyApp - Exiting application.
+--
- As a side note, let me mention that in Log4PHP child loggers link only to
their
+ As a side note, let me mention that in log4php child loggers link only to
their
existing ancestors. In particular, the logger named com.foo.Bar is linked
directly
to the root logger, thereby circumventing the unused com or com.foo loggers.
- This significantly increases performance and reduces Log4PHP's memory
footprint.
+ This significantly increases performance and reduces log4php's memory
footprint.
The previous example always outputs the same log information.
Fortunately, it is easy to modify MyApp so that the log output can be
controlled
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=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/introduction.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/introduction.apt Tue Jul 27
09:26:16 2010
@@ -18,14 +18,14 @@
------
------
-Apache Log4php Introduction
+Apache log4php Introduction
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
* Loggers, Appenders and Layouts
- Log4j has three main components: loggers, appenders and layouts.
+ log4php has three main components: 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.
@@ -253,14 +253,14 @@ whichever is appropriate) level q, is en
initialization. The preferred way is by reading a configuration file.
This approach will be discussed shortly.
- Log4PHP makes it easy to name loggers by software component. This can be
+ Apache log4php makes it easy to name loggers by software component. This can
be
accomplished by statically instantiating a logger in each class, with the
logger name equal to the fully qualified name of the class (class namespace
with dots).
This is a useful and straightforward method of defining loggers. As the
log output bears the name of the generating logger, this naming strategy
makes
it easy to identify the origin of a log message. However, this is only one
possible,
albeit common, strategy for naming loggers.
- Log4PHP does not restrict the possible set of loggers. The developer is free
+ log4php does not restrict the possible set of loggers. The developer is free
to name the loggers as desired.
Nevertheless, naming loggers after the class where they are located seems
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=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/performance.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/performance.apt Tue Jul 27 09:26:16
2010
@@ -18,14 +18,14 @@
------
------
-Apache Log4php Performance
+Apache log4php 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
One of the often-cited arguments against logging is its computational cost.
This is a legitimate concern as even moderately sized applications can
- generate thousands of log requests. While Log4PHP development is has cared
+ generate thousands of log requests. While log4php development is has cared
about using performant statements. Additionally we have learned from Log4J
which has spent much effort in thinking about optimal performance.
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=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/docs/renderer.apt (original)
+++ logging/log4php/trunk/src/site/apt/docs/renderer.apt Tue Jul 27 09:26:16
2010
@@ -18,9 +18,9 @@
------
------
-Apache Log4php Renderer
+Apache log4php Renderer
- Log4php can not only log string messages but also objects which will be
converted
+ log4php can not only log string messages but also objects which will be
converted
to strings using either the default renderer or a customized render class.
Example:
Modified: logging/log4php/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/index.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/index.apt (original)
+++ logging/log4php/trunk/src/site/apt/index.apt Tue Jul 27 09:26:16 2010
@@ -18,12 +18,12 @@
------
------
- Log4php is logging framework for PHP at the Apache Software Foundation
(ASF),
+ Apache log4php is a logging framework for PHP at the Apache Software
Foundation (ASF),
sponsored by the Apache Logging Services project.
- Log4PHP has completed graduation in March 2010.
+ Apache log4php has completed graduation in March 2010.
- log4php supports:
+ Apache log4php supports:
* Configuration through xml and properties file (same structure as log4j).
Modified: logging/log4php/trunk/src/site/apt/install.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/install.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/install.apt (original)
+++ logging/log4php/trunk/src/site/apt/install.apt Tue Jul 27 09:26:16 2010
@@ -20,7 +20,7 @@
Installation
- Log4PHP is installed easily:
+ log4php is installed easily:
* {{{download.html}download}} the package and unpack it.
Modified: logging/log4php/trunk/src/site/apt/quickstart.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/quickstart.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/quickstart.apt (original)
+++ logging/log4php/trunk/src/site/apt/quickstart.apt Tue Jul 27 09:26:16 2010
@@ -18,14 +18,14 @@
------
------
-Apache Log4php Quickstart
+Apache log4php Quickstart
- First, please {{{install.html}install Log4PHP}}.
+ First, please {{{install.html}install log4php}}.
* Overview
- The log4* framework is quite flexible, e.g. you can have a all log messages
of
+ The log4php framework is quite flexible, e.g. you can have a all log
messages of
a certain importance go to one big logfile, all warnings from the database
classes send via e-mail and all everything, even debug output from some other
class going to a separate file. The configuration can be done using a
standard
@@ -38,7 +38,7 @@ Apache Log4php Quickstart
Each logger has a name like "main" or "myclass".
* hierarchy - logger names can be separated by dots like "myclass" and
"myclass.database"
- to form some kind of hierarchy. Since Log4PHP uses property inheritance,
subpackages of
+ to form some kind of hierarchy. Since log4php uses property inheritance,
subpackages of
"myclass.database" could be configured differently from "myclass" while
still inherit
their ancestors configuration options per default.
@@ -83,7 +83,7 @@ Apache Log4php Quickstart
If you would give one of your loggers a name which hasn't been defined, like
"main" in the below source, in your config file, the root logger is used.
Once you have created such a file, you need to define it's location by
setting
- a constant: Log4PHP will look up the configuration file and prepare the
+ a constant: log4php will look up the configuration file and prepare the
framework for logging.
+--
Modified: logging/log4php/trunk/src/site/apt/roadmap.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/roadmap.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/roadmap.apt (original)
+++ logging/log4php/trunk/src/site/apt/roadmap.apt Tue Jul 27 09:26:16 2010
@@ -20,7 +20,7 @@
4 June 2007
------
-Apache Log4PHP Roadmap
+Apache log4php Roadmap
Please see:
Modified: logging/log4php/trunk/src/site/apt/showcase.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/showcase.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/showcase.apt (original)
+++ logging/log4php/trunk/src/site/apt/showcase.apt Tue Jul 27 09:26:16 2010
@@ -13,15 +13,15 @@
~~ See the License for the specific language governing permissions and
~~ limitations under the License.
------
-Who uses Apache Log4php?
+Who uses Apache log4php?
------
------
------
-Who uses Apache Log4php?
+Who uses Apache log4php?
This site shows some of the log4php users. If you think that you should be
on this list, please
- let us know. Send a message to the
{{{http://incubator.apache.org/log4php/mail-lists.html}Log4PHP user lists}}.
+ let us know. Send a message to the
{{{http://incubator.apache.org/log4php/mail-lists.html}log4php user lists}}.
In alphabetic order:
@@ -29,7 +29,7 @@ Who uses Apache Log4php?
* {{{http://sourceforge.net/projects/helpzilla/}Helpzilla}} - interactive
solutions for customer care
- * {{{http://www.imento.dk}Imento}} - A danish company which uses Log4PHP in
their commercial
+ * {{{http://www.imento.dk}Imento}} - A danish company which uses log4php in
their commercial
MVC framework
* {{{http://www.paloose.org}Paloose}} - a simplified version of Cocoon using
PHP
Modified: logging/log4php/trunk/src/site/apt/upgrading.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/upgrading.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/upgrading.apt (original)
+++ logging/log4php/trunk/src/site/apt/upgrading.apt Tue Jul 27 09:26:16 2010
@@ -20,8 +20,8 @@
Upgrading from previous versions to 2.0
- Log4PHP 2.0 is not compatible with the previous versions. Please have the
following in mind when
- upgrading to Log4PHP 2.0 in your project:
+ log4php 2.0 is not compatible with the previous versions. Please have the
following in mind when
+ upgrading to log4php 2.0 in your project:
* PHP5 is required instead of PHP4
@@ -29,7 +29,7 @@ Upgrading from previous versions to 2.0
* LoggerHierarchy is not a singleton anymore by default.
- * Log4PHP logs to std out by default
+ * log4php logs to std out by default
- * The old constants LOG4PHP_CONFIGURATION and similar are not longer valid.
Please use Logger::configure for configuring Log4PHP
+ * The old constants LOG4PHP_CONFIGURATION and similar are not longer valid.
Please use Logger::configure for configuring log4php
\ No newline at end of file
Modified: logging/log4php/trunk/src/site/apt/usage.apt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/apt/usage.apt?rev=979612&r1=979611&r2=979612&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/apt/usage.apt (original)
+++ logging/log4php/trunk/src/site/apt/usage.apt Tue Jul 27 09:26:16 2010
@@ -18,7 +18,7 @@
------
------
-Apache Log4php Usage Example">
+Apache log4php Usage Example">
+--
<?php
@@ -41,7 +41,7 @@ define('LOG4PHP_DIR', 'log4php');
Ex: define('LOG4PHP_CONFIGURATOR_CLASS',
'/my/path/LoggerMyConfigurator');
- Log4php will try to include '/my/path/LoggerMyConfigurator.php'
+ log4php will try to include '/my/path/LoggerMyConfigurator.php'
and instantiate a 'LoggerMyConfigurator' class.
2. If you want to use a configuration file that's not the default,