-
Don't feel bad. S/w is a non-linear experience (see QM#2 in http://accu.org/var/uploads/journals/overload93.pdf ;-)
Good to hear you're fine on VC++. Not so good to hear about Cygwin. Alas, I just don't have the bandwidth in my open-source activities to deal with that now. By all means feel free to add it to the feature request list if you wish.
Cheers
Matt.
2009-10-26 23:33:21 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Hi
The application scenario you describe sounds ideally suited to Pantheios, which places robustness and performance as top priorities. (FYI, several commercial clients are using installations, on both UNIX and Windows, of Pantheios, to great effect. FYI: most of these are trading/financial companies that have very high volumes but still require the ability to log (or not, based on runtime...
2009-10-22 00:46:50 UTC in Pantheios - The C/C++ Logging Sweetspot
-
cl -nologo -c -W4 -wd4800 -wd4996 > -WX -EHsc -GR -MTd -DDEBUG -Zi - Fd.\xtests.pan.core.api.mt.debug.pdb > -DWIN32 -DCRTSECURENO_DEPRECATE -I. ...\include -I"C:\code\stlsoft\include" -Fo.\xtests.pan.core.api.mt.debug.obj ....\src\xtests\xtests.core.cpp > xtests.core.cpp > ....\src\xtests\xtests.core.cpp(5130) > : error C2220: warning treated as > error - no 'object' file generated >...
2009-10-22 00:36:40 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Has a real spat, and when part of a Windows Service, does not provide obvious help.
2009-09-30 06:47:51 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Just let me know. -)
2009-09-29 05:10:33 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Hi
It's an interesting notion, but one that'd take a huge amount of work, and would most likely impact too much on performance.
At the moment I'm too busy to undertake any investigations, but if you want to have a go, I'd be interested in the results.
Of course, if you absolutely must have it, you could sponsor the work for a library extension. :-)
Matt.
2009-09-23 21:29:45 UTC in FastFormat - Fast, Safe C++ Formatting
-
With the out-of-the-box facilities, any log statement that is (according to its front-end severity filtering) to be emitted, is emitted at the time of call, on the thread that called it. The efficiency gains in this case come only from the fact that there is little, sometimes zero, memory allocated, and the statement preparation is very efficient. (Obviously, the efficiency gains when a...
2009-09-23 20:40:22 UTC in Pantheios - The C/C++ Logging Sweetspot
-
I've done some testing, and I cannot discover any problem. I think we need to identify what you mean by "Im a trying to use pantheios logging framework from inside a c++ dll", as this can mean several things, including:
* I'm using Pantheios from within my DLL
* I'm exporting Pantheios (for specifying back-end functionality on a per-process basis) from my DLL
* ... and others...
2009-09-23 06:53:26 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Seems odd.
What compiler are you using?
Can you send me a minimal (incorrectly) working example?
What is contained in logging-bailout.txt in the application's working directory?
Matt.
2009-09-22 21:05:30 UTC in Pantheios - The C/C++ Logging Sweetspot
-
H:\STLSoft\Releases\1.9\STLSoft/include\stlsoft/internal/cccap/msvc.h(688) : warning C4001: nonstandard extension 'single line comment' was used.
2009-09-11 23:23:23 UTC in STLSoft