Re: Really dumb question . . .
Re: Really dumb question . . .
- Subject: Re: Really dumb question . . .
- From: Martin Orpen <email@hidden>
- Date: Wed, 27 Jul 2005 23:18:58 +0100
on 26/7/05 16:14, has at email@hidden wrote:
> Easiest would be to write your debug messages to file using Standard
> Additions, or use TextCommands'
> <http://freespace.virgin.net/hamish.sanderson/index.html#textcommands> 'log
> message' command to write them to Console.
Or you could do something like:
set myString to "APPSCRPT MSSG: "
set foo to current date
do shell script "syslog -s -l Not " & myString & foo
(Somebody might have mentioned this already - I'm trying to get up-to-speed
with the list)
Regards
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden