core/src/print library

Constants

capturePrinterrKey → const String
Zone key for capturing stderr output.

Functions

printerr(String? line) → void
Write a message to stderr (standard error output).

Typedefs

CaptureZonePrintErr = void Function(String?)
Error output utilities for CLI applications.