Click here to Skip to main content
15,887,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am a beginner in pantheios. i want a totally customized logging for my c++ project.

The scenario is:
1. my project has more than 1 process.
2. each process has multiple modules.
3. my log statement should look like : [process_id,module_name,time]severity : log_statement
4. i should be able to log in file or console and this choice is provided to the process

Now, how do i achieve these?
I have gone through the basic tutorials from pantheios.org
I assume i have to create a custom front end and custom back end and the details in the log such as process_id and module name should be passed all along from the front end to back end.

But still i feel a lot vague. Please kindly help me get through this...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900