Skip to content

Output can be forced by writing the logger to stderr. #6

@MichealReed

Description

@MichealReed

Currently, dart is suppressing the stdout, we can override this or a user can override it in the build hook by streaming records from the logger to stderr.

    logger!.onRecord.listen((record) {
      stderr.writeln(record.message);
    });

dart-lang/sdk#53732

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