>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> | Likewise, could we | rename DebugStream to Debug, in order to
Lars> shorten the constant names?

Lars> Why rename DebugStream? I think you mean debugstream, anyway I
Lars> planned to do:

I'd rather write
  debugstream[Debug::WARN] << "more debug(WARN)\n";
then
  debugstream[DebugStream::WARN] << "more debug(WARN)\n";

It is indeed a minor thing, but I'd like at least the debug constant
to be short to write.

A point I forgot: does the stream handles LString directly? Havinf to
use c_str() everywhere would be a pain.

JMarc

Reply via email to