You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/06/10 04:31:55 UTC

svn commit: r413211 - in /incubator/tuscany/site/src/site: resources/monitoring.htm xdoc/projectjava.xml

Author: rineholt
Date: Fri Jun  9 19:31:55 2006
New Revision: 413211

URL: http://svn.apache.org/viewvc?rev=413211&view=rev
Log:
logging stuff

Modified:
    incubator/tuscany/site/src/site/resources/monitoring.htm
    incubator/tuscany/site/src/site/xdoc/projectjava.xml

Modified: incubator/tuscany/site/src/site/resources/monitoring.htm
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/src/site/resources/monitoring.htm?rev=413211&r1=413210&r2=413211&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/resources/monitoring.htm (original)
+++ incubator/tuscany/site/src/site/resources/monitoring.htm Fri Jun  9 19:31:55 2006
@@ -1,7 +1,8 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head><!-- Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable. Licensed 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 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"><title>Tuscany
-HelloWorld</title><!-- LINK rel="stylesheet" href="ait.css" type="text/css" -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css">
+<title>Tuscany Monitoring</title>
+<!-- LINK rel="stylesheet" href="ait.css" type="text/css" -->
 <style type="text/css" media="all">
 @import url("../../../../css/maven-base.css");
 @import url("../../../../css/maven-theme.css");
@@ -138,7 +139,7 @@
 providing the org.apache.tuscany.core.client.TuscanyRuntime a
 monitoring factory when the runtime is created. &nbsp;By default it
 will use the previously discussed NullMonitorFactory. &nbsp;Of course
-each specific monitor factory implementation&nbsp; my have it's own
+each specific monitor factory implementation&nbsp; may have it's own
 initialization requirements. &nbsp;The default, NullMonitorFactory
 requires no additional initialization.
 &nbsp;The&nbsp;JavaLoggingMonitorFactory monitor requires the
@@ -146,4 +147,4 @@
 levels of the interface methods, &nbsp;a default &nbsp;Java logging
 level that is used if none is found in the Properties, or through
 introspection of the Interface LogLevel annotations, &nbsp;and the name
-of the resource bundle to be used.</body></html>
\ No newline at end of file
+of the resource bundle to be used.</body></html>

Modified: incubator/tuscany/site/src/site/xdoc/projectjava.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/src/site/xdoc/projectjava.xml?rev=413211&r1=413210&r2=413211&view=diff
==============================================================================
--- incubator/tuscany/site/src/site/xdoc/projectjava.xml (original)
+++ incubator/tuscany/site/src/site/xdoc/projectjava.xml Fri Jun  9 19:31:55 2006
@@ -32,6 +32,7 @@
         <li> <script type="text/javascript">linkNewWindow('codeguidelines.html','Java Coding Guidelines');</script></li>
                 <li><a href="#using eclipse">Using Eclipse for IDE</a></li>
                 <li><a href="#using idea">Using IDEA style templates</a></li>
+                <li><a href="#Logging">Logging</a></li>
         </ol>
 </p>
 </section>
@@ -347,6 +348,11 @@
                         copy tuscany-idea-codestyle.xml to ~/.IntelliJIdea50/config/codestyles
                         File-&gt;Settings, Project Code Styles, Import
                         </pre>
+                </section>
+<a name="Logging"></a>
+                <section name="Logging">
+                For more information regarding how to add logging to your code you can review 
+                 <script type="text/javascript">linkNewWindow('monitoring.htm','Tuscany Monitoring');</script>
                 </section>
         </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org