Re: How Would You Display A Real-Time Event Log?
Re: How Would You Display A Real-Time Event Log?
- Subject: Re: How Would You Display A Real-Time Event Log?
- From: Richard Rönnbäck <email@hidden>
- Date: Sun, 16 Nov 2003 09:18:38 +0100
Very useful!
Is there any way to clear the console window before you display your
log/message?
On 03-11-16 05.34, "Steve Mills" <email@hidden> wrote:
>
>
Do you mind if the log is displayed in Console? If not, then just write
>
your messages to some file that ends with ".log" and open it in
>
Console. It will update onscreen when you make changes to the file. Or
>
you could just write the messages to /dev/console which Console already
>
shows you. To do that:
>
>
set msg to quoted form of "File uploaded."
>
do shell script "echo " & msg & " >> /dev/console"
>
>
Steve Mills
>
Drummer, Mac Geek
>
http://sjmills5.home.mchsi.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.