Fortinet black logo

Global

Global

debug(fmt, ..)

The function is the same as

print(string.format(fmt, ..))

The string will be printed to debug log with level 1. For example:

debug(“This HTTP Request method is %s.\n”, HTTP:method())

_id

This is the id of the proxyd worker running the lua stack.

_name

This is the name of the policy running the lua stack.

Global

debug(fmt, ..)

The function is the same as

print(string.format(fmt, ..))

The string will be printed to debug log with level 1. For example:

debug(“This HTTP Request method is %s.\n”, HTTP:method())

_id

This is the id of the proxyd worker running the lua stack.

_name

This is the name of the policy running the lua stack.