Skip to content

Add log method for printing output programmatically #8

@wjcrowcroft

Description

@wjcrowcroft

Currently the only way to print a log method is to use

sandbox.model.addHistory({
    command: "",
    result: "log message"
});

And it adds a blank line above the output because of the empty command. Planning to add a Model.log() method to make this nicer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions