Plug v1.4.0 Plug.Adapters.Translator View Source

A translator module shared by adapters that ship with Plug.

We host all translations in a single module which is added to Logger when the :plug application starts.

Link to this section Summary

Functions

The translate/4 function expected by custom Logger translators

Link to this section Functions

Link to this function translate(min_level, arg2, arg3, arg4) View Source

The translate/4 function expected by custom Logger translators.