Skip to content

Extatic reporters that log metrics and errors to console

License

Notifications You must be signed in to change notification settings

trinode/extatic_console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtaticConsole

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add extatic_console to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:extatic_console, "~> 0.2.0"}]
end
```
  1. Ensure extatic_console is started before your application:
```elixir
def application do
  [applications: [:extatic_console]]
end
```

About

Extatic reporters that log metrics and errors to console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages