[Logging-commits] r38 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 12 17:09:52 CEST 2010
Author: mariotomo
Date: 2010-04-12 17:09:52 +0200 (Mon, 12 Apr 2010)
New Revision: 38
Modified:
www/formatting_your_log_records.php
www/hierarchical_loggers.php
www/logging_to_file.php
www/sample_session.php
www/the_basics.php
www/writing_your_own_handlers.php
Log:
web documentation
Modified: www/formatting_your_log_records.php
===================================================================
--- www/formatting_your_log_records.php 2010-04-12 11:19:53 UTC (rev 37)
+++ www/formatting_your_log_records.php 2010-04-12 15:09:52 UTC (rev 38)
@@ -5,13 +5,15 @@
</head>
<body>
+<blockquote>
<p>
- <a href="sample_session.php">[back to the tutorial]</a>
+<a href="sample_session.php">[back to the tutorial]</a>
<a href="logging_to_file.php">[previous session]</a>
<a href="writing_your_own_handlers.php">[next session]</a>
</p>
+</blockquote>
<?php include("formatting_your_log_records.shtml"); ?>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: www/hierarchical_loggers.php
===================================================================
--- www/hierarchical_loggers.php 2010-04-12 11:19:53 UTC (rev 37)
+++ www/hierarchical_loggers.php 2010-04-12 15:09:52 UTC (rev 38)
@@ -5,13 +5,16 @@
</head>
<body>
+<blockquote>
<p>
-<a href="sample_session.php">[back to the tutorial]</a>
-<a href="the_basics.php">[previous session]</a>
+<a href="sample_session.php">[back to the tutorial]</a>
+<a href="the_basics.php">[previous session]</a>
<a href="logging_to_file.php">[next session]</a>
</p>
+</blockquote>
+
<?php include("hierarchical_loggers.shtml"); ?>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: www/logging_to_file.php
===================================================================
--- www/logging_to_file.php 2010-04-12 11:19:53 UTC (rev 37)
+++ www/logging_to_file.php 2010-04-12 15:09:52 UTC (rev 38)
@@ -5,13 +5,16 @@
</head>
<body>
+<blockquote>
<p>
-<a href="sample_session.php">[back to the tutorial]</a>
-<a href="hierarchical_loggers.php">[previous session]</a>
+<a href="sample_session.php">[back to the tutorial]</a>
+<a href="hierarchical_loggers.php">[previous session]</a>
<a href="formatting_your_log_records.php">[next session]</a>
</p>
+</blockquote>
+
<?php include("logging_to_file.shtml"); ?>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: www/sample_session.php
===================================================================
--- www/sample_session.php 2010-04-12 11:19:53 UTC (rev 37)
+++ www/sample_session.php 2010-04-12 15:09:52 UTC (rev 38)
@@ -4,8 +4,14 @@
<link href="additions.css" rel="stylesheet" type="text/css" />
</head>
<body>
+
+<blockquote>
+<p><a href="index.php">[project home]</a> </p>
+</blockquote>
+
<h3>annotated sample sessions</h3>
+
<p>this is a minimal tutorial, showing by example what you can do with
and expect from this library. this text is directed to scripts
authors who want to be able to log the activity of their programs.</p>
Modified: www/the_basics.php
===================================================================
--- www/the_basics.php 2010-04-12 11:19:53 UTC (rev 37)
+++ www/the_basics.php 2010-04-12 15:09:52 UTC (rev 38)
@@ -5,13 +5,16 @@
</head>
<body>
+<blockquote>
<p>
-<a href="sample_session.php">[back to the tutorial]</a>
-[previous session]
+<a href="sample_session.php">[back to the tutorial]</a>
+[previous session]
<a href="hierarchical_loggers.php">[next session]</a>
</p>
+</blockquote>
+
<?php include("the_basics.shtml"); ?>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: www/writing_your_own_handlers.php
===================================================================
--- www/writing_your_own_handlers.php 2010-04-12 11:19:53 UTC (rev 37)
+++ www/writing_your_own_handlers.php 2010-04-12 15:09:52 UTC (rev 38)
@@ -5,13 +5,16 @@
</head>
<body>
+<blockquote>
<p>
<a href="sample_session.php">[back to the tutorial]</a>
<a href="formatting_your_log_records.php">[previous session]</a>
[next session]
</p>
+</blockquote>
+
<?php include("writing_your_own_handlers.shtml"); ?>
</body>
-</html>
\ No newline at end of file
+</html>
More information about the Logging-commits
mailing list