Packages

Og is a small collection of debugging functions for use during development.

Retired package: Security issue - Og version 0.1.0 is deprecated due to a security vulnerability associated with the use of Code.eval_string/3. Use version 1.0+ instead

Current section

Files

Jump to
og CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.0
- [Bug] `inspect_opts` was previously unused, rectify by passing into `Kernel.inspect/2`
- [Tests] - added tests which capture logs and ensure output as expected.
- [Docs] - add more complete documentation and specs.
## v0.0.6
- Add an option `__ENV__` argument to the `log` and `log_return` function so that
the context (line, function, module) can optionally be logged when the function is called.
- Rewrite functions`log/1`, `log/2`, `log/3`, `log_return/1`, `log_return/2` and `log_return/3`
## v0.0.5
- Docs: Add examples to readme.md file
- Docs: Add links to functions in hex docs.
- Bug Fix: add arguments log_level, inspect_opts to the log function on line 79.