Skip to content

implement verbosity levels: debugging logs #13

@Kacarott

Description

@Kacarott
  • Calm should log nothing and just throw errors on failure.
  • Concise could log what is being compiled: the name but not the definition. do not enter into recursion.
  • Loquacious could then also log definitions.
  • Verbose could additionally log things for recursive calls. this would probably explode the amount of logging. eval can do something analogous. show exactly where any Error is thrown, and dump the environment at higher levels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or requestv1To be implemented before version 1 released

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions