Back to Envoy

``log*()``

docs/root/_include/lua_common.rst

1.38.0348 B
Original Source

log*() ^^^^^^^^^^

.. code-block:: lua

handle:logTrace(message) handle:logDebug(message) handle:logInfo(message) handle:logWarn(message) handle:logErr(message) handle:logCritical(message)

Logs a message using Envoy's application logging. message is a string to log.

These are supported on all objects that Envoy exposes to Lua.