Skip to main content

write

Summary

Writes some text to the internal string buffer, applying indentation according to the current indentation level. If the string contains multiple newlines, each line will be indented separately.

Signature

write(message: string): void;

Parameters

message

Type:string

Returns

Type:void Writes some text to the internal string buffer, applying indentation according to the current indentation level. If the string contains multiple newlines, each line will be indented separately.