export const useConsoleLogger = (): LoggingHandler => {
  const config = useConfig({ key: AspectKey.LOGGER })

  return new ConsoleLogger(config)
}