https://github.com/edenlabllc/ehealth_logger
https://github.com/edenlabllc/ehealth_logger
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edenlabllc/ehealth_logger
- Owner: edenlabllc
- Created: 2019-02-19T08:23:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T13:11:21.000Z (7 months ago)
- Last Synced: 2025-02-12T08:45:04.561Z (3 months ago)
- Language: Elixir
- Size: 27.3 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EhealthLogger
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ehealth_logger` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:ehealth_logger, "~> 0.1.0"}
]
end
```## Configuration
```elixir
config :ehealth_logger, ignoring_queries: []
```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/ehealth_logger](https://hexdocs.pm/ehealth_logger).