termerror

function termerror

termerror(
    string: 'str',
    newline: 'bool' = True,
    repeat: 'bool' = True,
    prefix: 'bool' = True
)  None

Log an error to stderr.

The arguments are the same as for termlog().


Last modified February 26, 2025: d8c9f41