Previous Topic: LEN Function--Return the Length of a String

Next Topic: LOOP Function--Call a Virtual Attribute in a Loop

LOG Function--Write a String to a File

The LOG function writes the string argument to the specified file.

Syntax

The LOG function has the following format:

LOG(filename, source_string)

Parameters

The LOG function accepts the following parameters:

filename (string)

source_string (string)

Return Value

The LOG function returns a Boolean, which is always TRUE.

Remarks

Privileged: Yes

Example

Return_value=LOG("auditlog.txt", "Accessing Realm XXX")
Return_value=TRUE


Copyright © 2010 CA. All rights reserved. Email CA about this topic