Re: Show ongoing logging in GUI
Re: Show ongoing logging in GUI
- Subject: Re: Show ongoing logging in GUI
- From: Axel Luttgens <email@hidden>
- Date: Fri, 29 Jan 2016 08:48:50 +0100
> Le 29 janv. 2016 à 08:10, Jörgen Stahle a écrit :
>
> Of course I can use a terminal window to display the output, but I would prefer something prettier :-)
Hello Jörgen,
Depending on your needs, perhaps could this one be sufficient?
tell application "Console"
open POSIX file "/path/to/log/file"
activate
end tell
HTH,
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden