I'm writing a program that ends up getting run as a StartupItem. What is the easiest way to redirect output to the System Console (console.log)? I imagine this would be done from within the /Library/StartupItem/myprogram/myprogram file... but I'm not sure exactly how....
Thanks!