Packages
ex_debug_toolbar
0.1.2
A debug web toolbar for Phoenix projects to display all sorts of information about request
Current section
Files
Jump to
Current section
Files
lib/ex_debug_toolbar/data/log_entry.ex
defmodule ExDebugToolbar.Data.LogEntry do
defstruct ~w(level message timestamp)a
end