chickadee » chicken » base » current-error-port

current-error-port #!optional PORTprocedure

Returns default error output port. If PORT is given, then that port is selected as the new current error output port.

Note that the default error output port is not buffered. Use set-buffering-mode! if you need a different behaviour.