ASP AppendToLog 메서드


❮ 완전한 응답 객체 참조

AppendToLog 메서드는 이 요청에 대한 서버 로그 항목 끝에 문자열을 추가합니다. 스크립트에서 이 메서드를 여러 번 호출할 수 있습니다. 호출될 때마다 지정된 문자열을 로그 항목에 추가합니다.

통사론

response.AppendToLog string

Parameter Description
string Required. The text to append to the log file (cannot contain any comma characters)

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

❮ 완전한 응답 객체 참조