Skip to content

Output Toggles on Core Functions #2

Description

@benevolent0377

Making outputs from core functions optional

The name of the game is booleans.

The problem is: my core functions have print outs through IO.say() and logging through log.log() that I don't always want to happen. I want the values to be returned in some applications, for various error parsing and banners, and to be nonexistent in others.

Default printout values to the terminal, otherwise return a statement.

In both cases, log. (Unless that should be a Boolean too, in which case, log only if logging is toggled, which it automatically is.)

That's all.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions