Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davejlong/logger_2k17
Finally, a logger for 2k17 to replace the drab old Logger module.
https://github.com/davejlong/logger_2k17
cool elixir hip logging modern sick
Last synced: 6 days ago
JSON representation
Finally, a logger for 2k17 to replace the drab old Logger module.
- Host: GitHub
- URL: https://github.com/davejlong/logger_2k17
- Owner: davejlong
- License: mit
- Created: 2017-03-10T03:29:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T03:35:42.000Z (over 7 years ago)
- Last Synced: 2024-10-30T16:56:23.662Z (16 days ago)
- Topics: cool, elixir, hip, logging, modern, sick
- Language: Elixir
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Logger2k17
Finally, a Logger that understands the lingo of modern times. No more of those meaningless log methods like `info` and `warn`. Now just use common terms like `fyi` and `wtf`. Want to log a message that's just for the engineers to see what's going on? Don't `debug` it. `wharrgarbl` it!
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `logger_2k17` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:logger_2k17, "~> 0.1.0"}]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/logger_2k17](https://hexdocs.pm/logger_2k17).