From general-return-955-apmail-logging-general-archive=logging.apache.org@logging.apache.org Sat Jul 21 17:23:08 2007 Return-Path: Delivered-To: apmail-logging-general-archive@www.apache.org Received: (qmail 30351 invoked from network); 21 Jul 2007 17:22:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2007 17:22:46 -0000 Received: (qmail 99610 invoked by uid 500); 21 Jul 2007 17:22:32 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 99512 invoked by uid 500); 21 Jul 2007 17:22:32 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 99281 invoked by uid 99); 21 Jul 2007 17:22:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2007 10:22:31 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2007 10:22:21 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 52E2C1A9877; Sat, 21 Jul 2007 10:21:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r558355 [16/25] - in /logging/site/trunk/docs/log4j/companions/component: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/log4j/ apidocs/org/apache/log4j/class-use/ apidocs/org/apache/log4j/helpers/ apidocs/org/apache/log4j/... Date: Sat, 21 Jul 2007 17:21:03 -0000 To: general@logging.apache.org From: carnold@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070721172111.52E2C1A9877@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: logging/site/trunk/docs/log4j/companions/component/apidocs/serialized-form.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/apidocs/serialized-form.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/apidocs/serialized-form.html (added) +++ logging/site/trunk/docs/log4j/companions/component/apidocs/serialized-form.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,463 @@ + + + + + + + +Serialized Form (Apache Component Companion for log4j 1.2. 1.0-SNAPSHOT API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package org.apache.log4j.helpers
+ +

+ + + + + +
+Class org.apache.log4j.helpers.AbsoluteTimeDateFormat extends java.text.DateFormat implements Serializable
+ +

+ +

+ + + + + +
+Class org.apache.log4j.helpers.DateTimeDateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+shortMonths

+
+java.lang.String[] shortMonths
+
+
+
+
+ +

+ + + + + +
+Class org.apache.log4j.helpers.ISO8601DateFormat extends org.apache.log4j.helpers.AbsoluteTimeDateFormat implements Serializable
+ +

+ +

+ + + + + +
+Class org.apache.log4j.helpers.RelativeTimeDateFormat extends java.text.DateFormat implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+startTime

+
+long startTime
+
+
+
+
+
+ + + + + +
+Package org.apache.log4j.plugins
+ +

+ + + + + +
+Class org.apache.log4j.plugins.PluginEvent extends java.util.EventObject implements Serializable
+ +

+


+ + + + + +
+Package org.apache.log4j.spi
+ +

+ + + + + +
+Class org.apache.log4j.spi.LocationInfo extends java.lang.Object implements Serializable
+ +

+serialVersionUID: -1325822038990805636L + +

+ + + + + +
+Serialized Fields
+ +

+fullInfo

+
+java.lang.String fullInfo
+
+
+
+
+ +

+ + + + + +
+Class org.apache.log4j.spi.LoggingEvent extends java.lang.Object implements Serializable
+ +

+serialVersionUID: -868428216207166145L + +

+ + + + + +
+Serialization Methods
+ +

+

+readObject

+
+private void readObject(java.io.ObjectInputStream arg0)
+                 throws java.io.IOException,
+                        java.lang.ClassNotFoundException
+
+
+ +
Throws: +
java.io.IOException +
java.lang.ClassNotFoundException
+
+
+
+

+writeObject

+
+private void writeObject(java.io.ObjectOutputStream arg0)
+                  throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+ + + + + +
+Serialized Fields
+ +

+categoryName

+
+java.lang.String categoryName
+
+
+
+
+
+

+ndc

+
+java.lang.String ndc
+
+
+
+
+
+

+mdcCopy

+
+java.util.Hashtable<K,V> mdcCopy
+
+
+
+
+
+

+ndcLookupRequired

+
+boolean ndcLookupRequired
+
+
+
+
+
+

+mdcCopyLookupRequired

+
+boolean mdcCopyLookupRequired
+
+
+
+
+
+

+renderedMessage

+
+java.lang.String renderedMessage
+
+
+
+
+
+

+threadName

+
+java.lang.String threadName
+
+
+
+
+
+

+throwableInfo

+
+org.apache.log4j.spi.ThrowableInformation throwableInfo
+
+
+
+
+
+

+timeStamp

+
+long timeStamp
+
+
+
+
+
+

+locationInfo

+
+org.apache.log4j.spi.LocationInfo locationInfo
+
+
+
+
+ +

+ + + + + +
+Class org.apache.log4j.spi.ThrowableInformation extends java.lang.Object implements Serializable
+ +

+serialVersionUID: -4748765566864322735L + +

+ + + + + +
+Serialized Fields
+ +

+rep

+
+java.lang.String[] rep
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007 Apache Software Foundation. All Rights Reserved. + + Propchange: logging/site/trunk/docs/log4j/companions/component/apidocs/serialized-form.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/apidocs/stylesheet.css URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/apidocs/stylesheet.css?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/apidocs/stylesheet.css (added) +++ logging/site/trunk/docs/log4j/companions/component/apidocs/stylesheet.css Sat Jul 21 10:20:56 2007 @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + Propchange: logging/site/trunk/docs/log4j/companions/component/apidocs/stylesheet.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: logging/site/trunk/docs/log4j/companions/component/changes-report.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/changes-report.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/changes-report.html (added) +++ logging/site/trunk/docs/log4j/companions/component/changes-report.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + Component - + + + + + + + +
+ +
+
+
+

Changes Report

Release History

VersionDateDescription
1.02007-06-27Initial release


Release 1.0 - 2007-06-27

TypeChangesBy
addInitial release of Component framework backported from log4j 1.3. Fixes 42094.
+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/changes-report.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/cpd.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/cpd.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/cpd.html (added) +++ logging/site/trunk/docs/log4j/companions/component/cpd.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + Component - CPD Results + + + + + + + +
+ +
+
+
+

CPD Results

The following document contains the results of PMD's CPD 3.9.

Duplications

CPD found no problems in your source code.
+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/cpd.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/cpd.xml URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/cpd.xml?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/cpd.xml (added) +++ logging/site/trunk/docs/log4j/companions/component/cpd.xml Sat Jul 21 10:20:56 2007 @@ -0,0 +1,2 @@ + + \ No newline at end of file Added: logging/site/trunk/docs/log4j/companions/component/css/maven-base.css URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/css/maven-base.css?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/css/maven-base.css (added) +++ logging/site/trunk/docs/log4j/companions/component/css/maven-base.css Sat Jul 21 10:20:56 2007 @@ -0,0 +1,148 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; + text-shadow: #7CFC00; +} +.xright, #bannerRight img { + float:right; + text-shadow: #7CFC00; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; + border: 1px solid black; + width: 90px; + height: 30px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} Propchange: logging/site/trunk/docs/log4j/companions/component/css/maven-base.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: logging/site/trunk/docs/log4j/companions/component/css/maven-theme.css URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/css/maven-theme.css?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/css/maven-theme.css (added) +++ logging/site/trunk/docs/log4j/companions/component/css/maven-theme.css Sat Jul 21 10:20:56 2007 @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + Propchange: logging/site/trunk/docs/log4j/companions/component/css/maven-theme.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: logging/site/trunk/docs/log4j/companions/component/css/print.css URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/css/print.css?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/css/print.css (added) +++ logging/site/trunk/docs/log4j/companions/component/css/print.css Sat Jul 21 10:20:56 2007 @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} Propchange: logging/site/trunk/docs/log4j/companions/component/css/print.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: logging/site/trunk/docs/log4j/companions/component/css/site.css URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/css/site.css?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/css/site.css (added) +++ logging/site/trunk/docs/log4j/companions/component/css/site.css Sat Jul 21 10:20:56 2007 @@ -0,0 +1 @@ + Propchange: logging/site/trunk/docs/log4j/companions/component/css/site.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: logging/site/trunk/docs/log4j/companions/component/dependencies.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/dependencies.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/dependencies.html (added) +++ logging/site/trunk/docs/log4j/companions/component/dependencies.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + Component - Project Dependencies + + + + + + + +
+ +
+
+
+

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
log4jlog4j1.2.9-jar

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionClassifierTypeOptional
junitjunit3.8.1-jar

Project Transitive Dependencie s

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

Project Dependency Graph

Dependency Listings

Apache Component Companion for log4j 1.2.

This companion emulates the log4j 1.3 Component Framework to + simplify the back-porting of code that made use of its services. It does + not provide any immediately useful functionality to log4j by itself, + but is used by Receivers and Chainsaw.

http://logging.apache.org:80/log4j/companions/component

JUnit

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

http://junit.org

Unnamed - log4j:log4j:jar:1.2.9

+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/dependencies.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/download.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/download.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/download.html (added) +++ logging/site/trunk/docs/log4j/companions/component/download.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + Component - Download apache-log4j-component + + + + + + + +
+ +
+
+
+

Download apache-log4j-component

Apache Component Companion for log4j 1.2 is distributed under the Apache License, version 2.0.

The link in the Mirrors column should display a list of available mirrors with a default selection based on your inferred location. If you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.

MirrorsChecksumSignature
apache-log4j-component-1.0 (tar.gz) apache-log4j-component-1.0.tar.gz apache-log4j-component-1.0.tar.gz.md5 apache-log4j-component-1.0.tar.gz.asc
apache-log4j-component-1.0 (zip) apache-log4j-component-1.0.zip apache-log4j-component-1.0.zip.md5 apache-log4j-component-1.0.zip.asc

Please read Verifying Apa che HTTP Server Releases for more information on why you should verify our releases.

+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/download.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/images/add.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/add.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/add.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/collapsed.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/collapsed.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/collapsed.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/expanded.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/expanded.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/expanded.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/external.png URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/external.png?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/external.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/fix.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/fix.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/fix.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/icon_error_sml.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/icon_error_sml.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/icon_error_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/icon_help_sml.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/icon_help_sml.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/icon_help_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/icon_info_sml.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/icon_info_sml.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/icon_info_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/icon_success_sml.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/icon_success_sml.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/icon_success_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/icon_warning_sml.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/icon_warning_sml.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/icon_warning_sml.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/logo.jpg URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/logo.jpg?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/logo.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/logos/maven-feather.png URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/logos/maven-feather.png?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/logos/maven-feather.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/ls-logo.jpg URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/ls-logo.jpg?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/ls-logo.jpg ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/newwindow.png URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/newwindow.png?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/newwindow.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/remove.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/remove.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/remove.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/rss.png URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/rss.png?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/rss.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/images/update.gif URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/images/update.gif?view=auto&rev=558355 ============================================================================== Binary file - no diff available. Propchange: logging/site/trunk/docs/log4j/companions/component/images/update.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: logging/site/trunk/docs/log4j/companions/component/index.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/index.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/index.html (added) +++ logging/site/trunk/docs/log4j/companions/component/index.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + Component - Apache Component Companion for log4j 1.2 + + + + + + + +
+ +
+
+
+

This companion implements on log4j 1.2 the component framework from the discontinued log4j 1.3 development activity to support backporting log4j 1.3 code that depends on the framework.

+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/index.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/integration.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/integration.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/integration.html (added) +++ logging/site/trunk/docs/log4j/companions/component/integration.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + Component - Continuous Integration + + + + + + + +
+ +
+
+
+

Overview

This project uses Continuous Integration System.

Access

The following is a link to the continuous integration system used by the project.

Notifiers

No notifiers is defined. Please check back at a later date.

+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/integration.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/issue-tracking.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/issue-tracking.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/issue-tracking.html (added) +++ logging/site/trunk/docs/log4j/companions/component/issue-tracking.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + Component - Issue Tracking + + + + + + + +
+ +
+
+
+

Overview

This project uses Bugzilla.

Issue Tracking

Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/issue-tracking.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: logging/site/trunk/docs/log4j/companions/component/jxr.html URL: http://svn.apache.org/viewvc/logging/site/trunk/docs/log4j/companions/component/jxr.html?view=auto&rev=558355 ============================================================================== --- logging/site/trunk/docs/log4j/companions/component/jxr.html (added) +++ logging/site/trunk/docs/log4j/companions/component/jxr.html Sat Jul 21 10:20:56 2007 @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + Component - Source Xref report + + + + + + + +
+ +
+
+
+

Cross-reference Java source code

This report includes a cross-reference of the project's sources. Each source entry is also linked with its corresponding Javadoc (if Javadoc was generated).

Project sources

The cross-reference project sources can be found here: xref/index.html

Test sources

The cross-reference test sources can be found here: xref-test/index.html

+
+
+
+
+
+ + + Propchange: logging/site/trunk/docs/log4j/companions/component/jxr.html ------------------------------------------------------------------------------ svn:mime-type = text/html