Skip to content

Parametrize default logger action with Handles

Rodrigo Mesquita requested to merge wip/romes/default-logger-with-handles into master

Parametrize default logger action with Handles

Introduce `defaultLogActionWithHandles` to allow GHC applications to use GHC's formatting but using custom handles.

`defaultLogAction` is then trivially reimplemented as ``` defaultLogActionWithHandles stdout stderr ```

Merge request reports

Loading