import { _ as LoggerInterface, n as LogHandlerOptions, o as LogLevelAliasType } from "./log-base-BP-JwjKY.mjs"; //#region src/browser/log/log-browser-factory.d.ts /** * Directly use console calls, this has the advantage to show the original source of the call * i.e. it is possible to jump right into the code from the browser console logs. But other * loggers will not work any more. */ declare function LoggerBrowserSetupDebugFactory(opt?: LogHandlerOptions): (name?: string, logLevel?: LogLevelAliasType) => LoggerInterface; //#endregion export { LoggerBrowserSetupDebugFactory as t }; //# sourceMappingURL=log-browser-factory-x2fMuVJI.d.mts.map