Skip to content
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

Extended logging #21

Open
elbrujohalcon opened this issue Dec 14, 2021 · 0 comments
Open

Extended logging #21

elbrujohalcon opened this issue Dec 14, 2021 · 0 comments

Comments

@elbrujohalcon
Copy link
Collaborator

rebar3_sheldon version

0.4.2

OS version

macOS 11.6

Description

  • Motivation
    I want this plugin to be more similar to others.
    As a user, I want to know when the plugin is running.
  • Proposal
    Add an extra message on the logs when the plugin starts running, similar to what other plugins do…

Current behavior

  • If there are warnings
$ rebar3 spellcheck
===> …some bazinga…
…
$
  • If there are no warnings
$ rebar3 spellcheck
$

(Nothing is printed out)

Expected behavior

  • If there are warnings
$ rebar3 spellcheck
===> Sheldon is reading your files...
===> …some bazinga…
…
$
  • If there are no warnings
$ rebar3 spellcheck
===> Sheldon is reading your files...
$

Notes

This is how rebar3_hank does it…

    rebar_api:info("Looking for code to kill with fire...", []),
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

No branches or pull requests

1 participant