Plug.Adapters.Translator

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.

Source

Summary

translate(min_level, arg2, arg3, arg4)

The translate/4 function expected by custom Logger translators

Functions

translate(min_level, arg2, arg3, arg4)

The translate/4 function expected by custom Logger translators.

Source