Oups,
Is not log4cxx.h but log4cxx/logger.h (and log4cxx/logger.cpp)

for example, why :
void debug(const std::string& msg, const log4cxx::spi::LocationInfo& location);
void debug(const std::string& msg);

and not ?
void debug(const std::string& msg, const log4cxx::spi::LocationInfo& location) const;
void debug(const std::string& msg) const;

Best regards,
Arnaud
Hi,

Why debug, info, ... fatal in log4cxx.h are not const functions ? Is not possible to change it ? I use log4cxx in my project team and I would like defined const logger. However I don't because these functions are not const.

Regards,

Arnaud

PS: sorry for my english ;-)



begin:vcard
fn:Arnaud Charnoz
n:Charnoz;Arnaud
org;quoted-printable:Institut de Recherche contre les Cancers de l'Appareil Digestif (IRCAD);Recherche et D=C3=A9veloppement
adr;quoted-printable:;;1, Place de l'h=C3=B4pital;Strasbourg;Alsace;67091;France
email;internet:[EMAIL PROTECTED]
title;quoted-printable:Charg=C3=A9 de recherche
tel;work:03 88 11 92 02
tel;home:03 88 11 90 99
url:http://www.ircad.org
version:2.1
end:vcard

Reply via email to