Jump to content

How to store resulta in a Log file


Guest sydullasyed
 Share

Recommended Posts

Add this line to the top of the script:

#include <File.au3>

Now you can use this function:

_FileWriteLog

--------------------------------------------------------------------------------

Writes current date,time and the specified text to a log file.

#include <File.au3>

_FileWriteLog( $sLogPath, $sLogMsg )

Parameters

$sFilePath Path and filename of the file to be written to

$sLogMsg Message to be written to the log file

#)

edit: this should go in support.

Edited by nfwu
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...