Skip to content

Report the message levels on the human logger #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2017
Merged

Conversation

matteosuppo
Copy link
Contributor

Signed-off-by: Matteo Suppo [email protected]

@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.014% when pulling 2dee1c3 on humanlevels into bc2c38f on master.

@matthijskooijman
Copy link
Collaborator

Code looks good. What's the intended usecase for this logger?

@matteosuppo
Copy link
Contributor Author

On create we use the human logger, but we would like to use different colors for the different levels.

This way we could also identify what's the issue in this case, for example:

human

Global variables use 3009 bytes (146%) of dynamic memory, leaving -961 bytes for local variables. Maximum is 2048 bytes.
Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.

humantags

[info] Global variables use 3009 bytes (146%) of dynamic memory, leaving -961 bytes for local variables. Maximum is 2048 bytes.
[error] Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.```

@facchinm facchinm merged commit 4781feb into master Jun 14, 2017
@matteosuppo matteosuppo deleted the humanlevels branch October 31, 2017 15:00
@cmaglie cmaglie added this to the 1.4.0 milestone Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants