Packages
ex_debug_toolbar
0.4.5
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
@moduledoc false
defstruct ~w(level message timestamp)a
end