Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2007-10-14 12:39:35


Author: jtorjo
Date: 2007-10-14 12:39:34 EDT (Sun, 14 Oct 2007)
New Revision: 40013
URL: http://svn.boost.org/trac/boost/changeset/40013

Log:
[logging] small changes
Properties modified:
   sandbox/logging/lib/logging/samples/vc8/loggingvc8/ (props changed)
Text files modified:
   sandbox/logging/boost/logging/detail/raw_doc/Doxyfile_web.txt | 2
   sandbox/logging/boost/logging/detail/raw_doc/footer_web.html | 2
   sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj | 44 ++++++++++++++++++++++++++++++++++++++++
   sandbox/logging/lib/logging/src/changelog.txt | 4 +++
   sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp | 5 ++++
   5 files changed, 55 insertions(+), 2 deletions(-)

Modified: sandbox/logging/boost/logging/detail/raw_doc/Doxyfile_web.txt
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/Doxyfile_web.txt (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/Doxyfile_web.txt 2007-10-14 12:39:34 EDT (Sun, 14 Oct 2007)
@@ -6,7 +6,7 @@
 DOXYFILE_ENCODING = UTF-8
 PROJECT_NAME = "Boost Logging Library v2 "
 PROJECT_NUMBER =
-OUTPUT_DIRECTORY = ../../../../../../../torjo.com/log2/doc
+OUTPUT_DIRECTORY = D:\john\torjo.com\log2\doc
 CREATE_SUBDIRS = NO
 OUTPUT_LANGUAGE = English
 BRIEF_MEMBER_DESC = YES

Modified: sandbox/logging/boost/logging/detail/raw_doc/footer_web.html
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/footer_web.html (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/footer_web.html 2007-10-14 12:39:34 EDT (Sun, 14 Oct 2007)
@@ -10,7 +10,7 @@
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
 </script>
 <script type="text/javascript">
-_uacct = "UA-2606226-1";
+_uacct = "UA-2799001-2";
 urchinTracker();
 </script>
 

Modified: sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj
==============================================================================
--- sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj (original)
+++ sandbox/logging/lib/logging/samples/vc8/loggingvc8/loggingvc8.vcproj 2007-10-14 12:39:34 EDT (Sun, 14 Oct 2007)
@@ -612,6 +612,10 @@
>
                                 </File>
                                 <File
+ RelativePath="..\..\..\..\..\boost\logging\detail\manipulator.hpp"
+ >
+ </File>
+ <File
                                         RelativePath="..\..\..\..\..\boost\logging\format\op_equal.hpp"
>
                                 </File>
@@ -619,6 +623,38 @@
                                         RelativePath="..\..\..\..\..\boost\logging\format\optimize.hpp"
>
                                 </File>
+ <Filter
+ Name="formatter"
+ >
+ <File
+ RelativePath="..\..\..\..\..\boost\logging\format\formatter\convert_format.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\..\boost\logging\format\formatter\defaults.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\..\boost\logging\format\formatter\thread_id.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\..\boost\logging\format\formatter\time.hpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="destination"
+ >
+ <File
+ RelativePath="..\..\..\..\..\boost\logging\format\destination\defaults.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\..\boost\logging\format\destination\file.hpp"
+ >
+ </File>
+ </Filter>
                         </Filter>
                         <Filter
                                 Name="writer"
@@ -661,6 +697,10 @@
                         Name="raw_doc"
>
                         <File
+ RelativePath="..\..\..\..\..\boost\logging\detail\raw_doc\acknowledgments.hpp"
+ >
+ </File>
+ <File
                                 RelativePath="..\..\..\..\..\boost\logging\detail\raw_doc\fixme.hpp"
>
                         </File>
@@ -681,6 +721,10 @@
>
                         </File>
                         <File
+ RelativePath="..\..\..\..\..\boost\logging\detail\raw_doc\thread_safety.hpp"
+ >
+ </File>
+ <File
                                 RelativePath="..\..\..\..\..\boost\logging\detail\raw_doc\workflow.hpp"
>
                         </File>

Modified: sandbox/logging/lib/logging/src/changelog.txt
==============================================================================
--- sandbox/logging/lib/logging/src/changelog.txt (original)
+++ sandbox/logging/lib/logging/src/changelog.txt 2007-10-14 12:39:34 EDT (Sun, 14 Oct 2007)
@@ -8,3 +8,7 @@
 v0.5.2, 11 oct 2007
 - changed license
 - added to boost
+
+v0.6, 13 oct 2007
+- added formatters from v1. of the library
+- added convert_format cool function :P

Modified: sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp
==============================================================================
--- sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp (original)
+++ sandbox/logging/lib/logging/tests/format/test_simple_formatter.cpp 2007-10-14 12:39:34 EDT (Sun, 14 Oct 2007)
@@ -38,6 +38,11 @@
 
     Also, I'm adding formatters/destinations, and at a later time, I'm removing some - thus, when logging,
     we won't call the deleted formatters/destinations.
+
+
+
+ IMPORTANT:
+ In this example, I'm creating my own formatter classes. To see me use default formatters, try another example FIXME
 */
 
 typedef optimize::cache_string_one_str<> cache_string;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk