We can use printk to send debug message in kernal driver. I have a user mode AP that call kernal driver. I would like to output user mode AP debug message with kernal mode driver at the same time. How to do that?
+1
A:
If I understood your question correctly, I guess you are looking for syslog C API. $ man 3 syslog
tells you everything you need.
Kimvais
2010-09-29 06:20:06