
ProxySG Content Policy Language Guide
access_log( )
Selects the access log used for this transaction. Multiple access logs can be selected to record a single transaction. Individual access logs are referenced by the name given in configuration. Configuration also determines the format of the each log. For more information on logging, refer to Chapter 19: “Access Logging,” in the ProxySG Configuration and Management Guide.
To record entries in the event log, see "log_message( )" on page 232.
Syntax
access_log(autonolog_name_list) access_log.log_name(yesno) access_log.[log_name_list](yesno)
The default value is auto.
where:
•
•
•
•
•
log_name_1, log_name_2, ...
Discussion
Each of the syntax variants has a different role in selecting the list of access logs used to record the transaction:
•access_log( ) overrides any previous access log selections for this transaction.
•access_log.log_name( ) selects or
•access_log.[log_name_list]( ) selects or
Layer and Transaction Notes
•Use in all but <Admin> layers.
•Applies to proxy transactions.
See Also
•Properties:
•Actions: log_message( )
154