Project

informed

0.01
No release in over 3 years
Low commit activity in last 3 years
You can't spell Debugging without Logging.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 5.0
~> 10.0
~> 0.9
 Project Readme

Informed

build status — Released Version: 1.1.0 — In Development: 1.2.0

Informed improves application debuggability by:

  • Logging which methods were called.
  • Aggregating useful data, such as the result of the call, keyword arguments provided, or the result of related instance methods.
  • Exposing when a method starts and finishes.

Informed does not:

  • Format logs. It provides a hash to the logger you provide, and it's up to you to format your logs in a useful manner. This will depend on what log aggregation system you are using.
  • Store logs. You will need to configure your applications logger correctly to ensure logs will actually reach your log aggregator.
  • Provide analytics or performance tuning data. Your log aggregator may be good at that though!

Usage

Informed is intended as a cross-language tool. The language and feature matrix is as follows:

Ruby Python Node BrowserJS
Log calls Yes Yes No No
Multiple loggers No No No No
Filter out data by name No No No No

See your languages README for usage and installation information.

Contributing

Documentation improvements, bug reports, feature requests and patches are welcome on GitHub at https://github.com/wecohere/informed. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to our Code of Conduct.

See CONTRIBUTING.md for further guidance.

License

This library is available as open source under the terms of the MIT License.