Boost logo

Boost-Commit :

From: john.groups_at_[hidden]
Date: 2007-11-30 16:34:31


Author: jtorjo
Date: 2007-11-30 16:34:30 EST (Fri, 30 Nov 2007)
New Revision: 41515
URL: http://svn.boost.org/trac/boost/changeset/41515

Log:
[logging]
updated changelog
Text files modified:
   sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp | 2 +-
   sandbox/logging/boost/logging/detail/raw_doc/todo.hpp | 5 +++--
   2 files changed, 4 insertions(+), 3 deletions(-)

Modified: sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/changelog.hpp 2007-11-30 16:34:30 EST (Fri, 30 Nov 2007)
@@ -1,7 +1,7 @@
 /**
 @page page_changelog Changelog
 
-_at_section changelog_cur_ver Current Version: v0.12.6, 30 nov 2007
+@section changelog_cur_ver Current Version: v0.12.7, 30 nov 2007
 - added boost::logging::formatter::named_spacer
 - created lock_resource_finder namespace - with existing resource lockers
 - added boost::logging::formatter::spacer

Modified: sandbox/logging/boost/logging/detail/raw_doc/todo.hpp
==============================================================================
--- sandbox/logging/boost/logging/detail/raw_doc/todo.hpp (original)
+++ sandbox/logging/boost/logging/detail/raw_doc/todo.hpp 2007-11-30 16:34:30 EST (Fri, 30 Nov 2007)
@@ -91,10 +91,10 @@
   $Xhour - e.g. "1 h, 33 m, 20 s, 54 ms" \n
   $Xday - e.g. "2 d, 1 h, 33 m, 20 s, 54 ms" \n
 
-- @c high new formatter: thread ID (both Win32 and POSIX) is of low use. I suggest to add API to specify string name as alternative to thread ID
+- @c normal new formatter: thread ID (both Win32 and POSIX) is of low use. I suggest to add API to specify string name as alternative to thread ID
    formatter.set_current_thread_name("gui thread");
 
-- @c high Time string cashing time and time_strf calls are not cashed. It's a lot of work for nothing. Note: should use TSS
+- @c normal Time string cashing time and time_strf calls are not cashed. It's a lot of work for nothing. Note: should use TSS
 
 - @c normal Design: hexdump. I believe log library needs to provide support for dumping memory in hex format on log file.
 
@@ -103,6 +103,7 @@
 
 - @c normal new destination : to Event log
 
+- @c high destination similar to named_spacer; but much easier. add to the docs as well
 
 @section todo_docs Documentation
 


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