$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Scott Woods (scott.suzuki_at_[hidden])
Date: 2008-02-09 20:14:56
Hi Steve,
----- Original Message -----
From: "Steve M. Robbins" <steve_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Sunday, February 10, 2008 8:22 AM
Subject: Re: [boost] Review of Logging library begins today February 4th
[pasted]
On Wed, Feb 06, 2008 at 01:57:38PM +1300, Scott Woods wrote:
> If I could write something like;
>
> #include <boost/logging.hpp>
>
> using ...
>
> void test_mul_levels_one_logger() {
> log() << "hello world";
> }
>
> and this resulted in a file with the content;
>
> 2007-2-7_at_13:33:22 "hello world"
Aigh! Please, no! If anything, please default to ISO
date and time: "2007-02-07 13:33:22".
-Steve
My notation was off the cuff - good to be reined in ;-)
You could make a strong case for ISO. Its a little unusual to allow
for spaces within the representation of a single data item given
that whitespace has a well established role as separation.
But this discussion presumes that standard representations are an
issue in Boost.Logging and that is not the case.
Cheers.