Posts

Post not yet marked as solved
1 Replies
282 Views
Hi all! Though I know what is XPC But I don't know the WORD of XPC stands for! I thinks it is OS X interProcess Communication or XNU interProcess Communication.... But I couldn't get answer correct in any documents What does XPC stand for? In other word, What does X stands for in XPC????
Posted Last updated
.
Post marked as solved
3 Replies
554 Views
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.
Posted Last updated
.