osx - get console log on MacOSX from another application -
With the application utility / console.app, I can see the console output of applications.
Is there a way to access this log from any other application?
To be more specific: I am writing a crash handler for my application and I think this console adds the output to crash information.
Ah, it just got to know that the file /var/log/system.log contains that information.
Comments
Post a Comment