Blue Coat Systems Time Clock Proxy SG Uživatelský manuál Strana 232

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 314
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 231
ProxySG Content Policy Language Guide
232
log_message( )
Writes the specified string to the ProxySG event log.
Events generated by log_message( ) are viewed by selecting the Policy messages event logging
level in the Management Console.
Note: This is independent of access logging.
Syntax
log_message(string)
Where string is a quoted string that can optionally include one or more variable substitutions.
Layer and Transaction Notes
Can be referenced by any layer.
Example
; Log the action taken, and include the original value of the Referer header.
define action DeleteReferer
log_message("Referer header deleted: $(request.header.Referer)")
delete(request.header.Referer)
end action DeleteReferer
See Also
Actions:
notify_email( ), notify_snmp( )
Properties: access_log( ), log.rewrite( ), log.suppress( )
Zobrazit stránku 231
1 2 ... 227 228 229 230 231 232 233 234 235 236 237 ... 313 314

Komentáře k této Příručce

Žádné komentáře