Skip to content

Extended logging #21

@elbrujohalcon

Description

@elbrujohalcon

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...", []),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions