ServerLogger.Dashboard.Page (ServerLogger v0.3.0)

Copy Markdown View Source

Phoenix LiveDashboard custom page for viewing server logs.

Usage

Add to your LiveDashboard configuration in your router:

live_dashboard "/dashboard",
  additional_pages: [
    server_logs: ServerLogger.Dashboard.Page
  ]

Summary

Functions

init(opts)

Callback implementation for Phoenix.LiveDashboard.PageBuilder.init/1.