Re: How to put logs in console using AppleScript
Re: How to put logs in console using AppleScript
- Subject: Re: How to put logs in console using AppleScript
- From: Tom Robinson <email@hidden>
- Date: Sun, 18 Oct 2009 20:47:57 +1300
On 2009-10-09, at 19:41, Tim Mansour wrote:
2009/10/9 Infosys Deepak <email@hidden>
I am trying to put logs in console using the below command:
tell application "Mail" to log "Test"
I am not seeing this message in the console. Please let me know if
the above script is correct ?
Deepak I think you'll find that Mail does not have a "log" command.
Script Editor does, so perhaps that's where you got it from. In any
case, I usually use something like this:
In 10.6 I've found the straight 'log' command now logs to console when
running an AppleScript as a launch agent (and still logs within
AppleScript Editor when run that way). Handy.
Cheers
_______________________________________________
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