From: <al...@cw...> - 2003-12-16 16:23:10
|
Hi, I'm new to this list, and a little new to log4cplus... I had one weird problem with log4cplus - whenever i created an appender (rolling file - but i don't thing it matters which) with a name longer than 15 chars, and tried to print it's name: printf("name %s\n", logger.getName().c_str()); I got an exception, why is that? Is there some way to change the "max appender name"? And i was wondering if a rolling file appender can also be periodical? Is there an appender which can be both daily and limited to size. It doesn't seem complicated to write one, but maybe there is one already. And another question is: is there an appender that writes to the same place as windows's OutputDebugString() ? Thanks a lot. Alice :) |