2.43. log

Log contained text to specified file.

2.43.1. Summary

Parameters: file

The attribute hash reference is passed after the parameters but before the container text argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

This is a container tag, i.e. [log] FOO [/log]. Nesting: NO

Invalidates cache: no

Called Routine:

ASP-like Perl call:

    $Tag->log(
        {
         file => VALUE,
        },
        BODY
    )

 OR

    $Tag->log($file, $ATTRHASH, $BODY);

Attribute aliases

            arg ==> file

2.43.2. Description

Log contained text to specified file.