Blue Coat Systems Time Clock Proxy SG Manual de usuario Pagina 232

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 314
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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( )
Vista de pagina 231
1 2 ... 227 228 229 230 231 232 233 234 235 236 237 ... 313 314

Comentarios a estos manuales

Sin comentarios