当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP AppendToLog 方法

ASP
ASP 介绍
ASP Install
ASP 语法
ASP 变量
ASP Procedures
ASP Forms
ASP Cookies
ASP Session
ASP Application
ASP #include
ASP Global.asa
ASP Send e-mail
ASP Response
ASP Request
ASP Application
ASP Session
ASP Server
ASP Error
ASP FileSystem
ASP TextStream

ASP AppendToLog 方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 311 ::
收藏到网摘: n/a

The AppendToLog method adds a string to the end of server log entry for this request. You can call this method multiple times in a script. Each time it is called it will append the specified string to the log entry.
AppendToLog指令可以向服务器日志文件入口中添加一个字符串。你可以在脚本中重复使用这个指令。每次调用这个指令时,它都将在日志入口中添加一个指定的字符串。

Syntax
语法

response.AppendToLog string

Parameter
参数
Description
描述
string Required. The text to append to the log file (cannot contain any comma characters)
必用参数. 在日志文件中添加一条文本(不可以使用逗号“,”分割符)

Examples
举例

<%Response.AppendToLog "My log message"%>

评论 (0) All

登陆 | 还没注册?