Hi, all. I try logging some message of my console application.
Just like syslog daemon in linux, I want to change and apply facility and level printing if requested.
So, I just try to use syslog API and os_log API both of them. And try to change syslog.conf, add asl.configuration in /etc/asl directory But, it seems not to be applied.
Only I can see, log messages can be gotten by using "log" command not saved to file.
How can i config just like syslog system in linux and apply this?
Thansk.