Creates a pinned line, which will always be at the bottom of the screen.
Due to their nature, they cannot be logged to non-TTY streams.
Pinned lines only work in top-level loggers, because loggers are not an implementation of a TTY stream.
Optional
initialMessage: stringReleases a pinned line, causing it to be deleted. If you'd like to log it when removing it, use the logLine parameter.
If the line was not bound, and there was nothing to remove, the function returns false. Otherwise it returns true.
Generated using TypeDoc
Adds a new output stream to the logger. If the exact same stream is already added, it will be ignored.