autoit3 ie.au3 函数之——_FileWriteLog日志

19 篇文章 2 订阅

例子:将日志添加到日志文件中,如果日志文件不存在,则自动生成日志文件。

#include <file.au3>

_FileWriteLog("日志文件.log", "日志内容", -1)

第一个参数为:日志文件的路径

   最好的格式为路径+文件名、@ScriptDir & "\my.log"

第二个参数为:日志内容

第三个参数为:标识符

   默认情况下,日志显示在文件的最后一行,即标识符为:-1


详细介绍:

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

#Include <File.au3>
_FileWriteLog($sLogPath, $sLogMsg [, $iFlag = -1])

 

Parameters

$sLogPathPath and filename of the file to be written to
$sLogMsgMessage to be written to the log file
$iFlag[optional] Flag that defines if $sLogMsg will be written to the end of file, or to the begining.
If $iFlag = -1 (default) $sLogMsg will be written to the end of file.
If $iFlag <> -1 $sLogMsg will be written to begining of file.

 

Return Value

Success:1
Failure:0 and set @error
@Error:1 = Error opening specified file
 2 = File could not be written to

 

Remarks

None.

 

Related

FileOpen

 

Example


#include <file.au3>
;
_FileWriteLog(@ScriptDir & "\my.log","Text 1")
;
_FileWriteLog(@ScriptDir & "\my.log","Text 2")


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值