-
hate this mark-up :-(
here is the right link [Code Project Article][1]
[1]: http://www.codeproject.com/KB/cpp/callback_backends.aspx.
2009-11-11 08:02:39 UTC in Pantheios - The C/C++ Logging Sweetspot
-
first - it would be great to see your cmakelists.txt
second - it looks like wchar_t used, but not supported in pantheios AFAIK (read here http://www.codeproject.com/KB/cpp/callback_backends.aspx)
2009-11-11 07:46:38 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Which target do you use while building you code (Debug/Release)?
Try build both variants.
2009-11-11 05:28:16 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Hi guys,
I've implemented FindStlsoft.cmake script to use within cmake build systems.
Currently check environment, and if it not set doing search in well-known locations (e.g /usr/include, /usr/local/include) for stlsoft/stlsoft.h to get version.
Please test it and feel free to provide comments, ideas.
File can be downloaded here [FindStlsoft.cmake][1]
Example how to use here...
2009-10-31 07:57:27 UTC in STLSoft
-
you must run this sw with uid=0. in other words you must be root.
2009-10-08 05:59:38 UTC in packet generator
-
I don't think it misunderstanding.
Maybe misattention on samples/Makefiles provided in distribution :-)
I just use it in very specific maner with multiple BE for output (file, console and syslog on linux/windebug on win32) so I'm doing it in "hard" non-default way.
2009-08-24 10:31:27 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Perfect.
You should define PANTHEIOS_FE_PROCESS_IDENTITY var anywhere in your project
for example
extern "C" const char PANTHEIOS_FE_PROCESS_IDENTITY[] = "MyProgWhichWannaLog";
For the PAN_FE_N_SEVERITY_CEILINGS. Your also should define it in your project.
Example here
http://www.pantheios.org/doc/html/c_2example_8c_8N_2example_8c_8N_8c-example.html.
2009-08-24 10:17:49 UTC in Pantheios - The C/C++ Logging Sweetspot
-
you can run win32 app under Wine, but whatever...
configuration which works for me (for file log)
core.gcc44
fe.N.gcc44
be.N.gcc44
be.file.gcc44
bec.file.gcc44
util.gcc44
could you please try and provide linker output?
Regards,
Sergey.
2009-08-24 07:27:10 UTC in Pantheios - The C/C++ Logging Sweetspot
-
Try add be.N and fe.N also.
If it not completely solve your issue try "Pantheios Library Selector Tool" from download section.
HTH,
Sergey.
2009-08-24 06:45:47 UTC in Pantheios - The C/C++ Logging Sweetspot
-
snikulov changed the public information on the prodee project.
2009-08-19 14:09:20 UTC in prodee