Semantic Logger Ecs Addon
Table of Contents
- Features
- Screencasts
- Requirements
- Setup
- Usage
- Development
- Tests
- Versioning
- Code of Conduct
- Contributions
- License
- History
- Credits
Features
Screencasts
Requirements
Setup
To install, run:
gem install semantic_logger_ecs_addon
Add the following to your Gemfile:
gem "semantic_logger_ecs_addon"
Usage
Development
To contribute, run:
git clone https://github.com/thorion3006/semantic_logger_ecs_addon.git
cd semantic_logger_ecs_addon
bin/setup
You can also use the IRB console for direct access to all objects:
bin/console
Tests
To test, run:
bundle exec rake
Versioning
Read Semantic Versioning for details. Briefly, it means:
- Major (X.y.z) - Incremented for any backwards incompatible public API changes.
- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
Code of Conduct
Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.
Contributions
Read CONTRIBUTING for details.
License
Copyright 2021 Illuminate Software Solutions. Read LICENSE for details.
History
Read CHANGES for details. Built with Gemsmith.
Credits
Developed by Sajeev Ramasamy at Illuminate Software Solutions.