Conduit v0.1.0 Conduit.Plug.LogOutgoing

Logs an outgoing message and how long it takes to process it.

This is intended to be used in an outgoing pipeline.

plug Conduit.Plug.LogIncoming

The log level can be passed as an option. The default level is :info.

plug Conduit.Plug.LogIncoming, log: :debug

Summary

Functions

Callback implementation for Conduit.Plug.call/2

Callback implementation for Conduit.Plug.init/1

Functions

call(message, opts)

Callback implementation for Conduit.Plug.call/2.

init(opts)

Callback implementation for Conduit.Plug.init/1.