smich123 / open-zwave

Automatically exported from code.google.com/p/open-zwave
0 stars 0 forks source link

Way to write what you want to write in log file #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using r637. I want to write details to log file that are of my use. In 
short I want to make custom log file while my program is running. But when I 
unable logging, it logs everything.

Original issue reported on code.google.com by Milan1...@iiitd.ac.in on 11 Feb 2013 at 1:11

GoogleCodeExporter commented 9 years ago
If you include the Log.h file into your user app you can then call Log::Write 
yourself. Give it a try.

Original comment by glsatz on 11 Feb 2013 at 5:35

GoogleCodeExporter commented 9 years ago
Then should I make logging option as true or false? And when I do logging as 
false console output is also not generated even when the option for console 
output option is true.

Original comment by Milan1...@iiitd.ac.in on 12 Feb 2013 at 2:23

GoogleCodeExporter commented 9 years ago
Logging will need to be enabled. For some reason logging isn't working for you 
so you will need to debug what is going on. As this isn't a bug I am going to 
close this issue. Please follow up on the mailing list.

Original comment by glsatz on 12 Feb 2013 at 8:57