Microscope.Logger (microscope v1.4.0)

A callback module that logs HTTP requests to the stdout.

Link to this section Summary

Link to this section Functions

Link to this function

on_200(from, method, path)

Specs

on_200(String.t(), String.t(), String.t()) :: :ok

Callback implementation for Microscope.Callback.on_200/3.

Link to this function

on_404(from, method, path)

Specs

on_404(String.t(), String.t(), String.t()) :: :ok

Callback implementation for Microscope.Callback.on_404/3.

Specs

on_request() :: :ok

Callback implementation for Microscope.Callback.on_request/0.