mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Platform logging lib (#15338)
* Add Platform Logging Lib * Move console log spec and test util back into libs/common * Fix ConsoleLogServer re-export * Fix types error
This commit is contained in:
3
libs/logging/src/index.ts
Normal file
3
libs/logging/src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { LogService } from "./log.service";
|
||||
export { LogLevel } from "./log-level";
|
||||
export { ConsoleLogService } from "./console-log.service";
|
||||
Reference in New Issue
Block a user