Parametrize default logger action with Handles
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 ```