Skip to content

Ria.Logger - simple logger like IO.inspect that can show module, function and line

License

Notifications You must be signed in to change notification settings

ria-com/elixir-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ria.Logger

Ria.Logger - simple logger like IO.inspect that can show module, function and line

  alias Ria.Logger
  # ...
  %{
    x: 1,
    y: 2,
  }
  |> Logger.inspect(__ENV__)
  # 2017-11-15 12:45:05 - MyModule:my_function:18 - %{x: 1, y: 2}

Installation

def deps do
  [{:ria_logger, git: "https://github.com/ria-com/elixir-logger.git"}]
end

Testing

[elixir-logger]# mix test

Releases

No releases published

Packages

No packages published

Languages