Skip to content

Commit

Permalink
fix(logger): fix exported symbol in web bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 15, 2024
1 parent 1d7d2c8 commit 7b54640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/logger/src/browser/exports.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {Logger} from "../common";

export * from "../common";
export const $log: Logger = new Logger("default");

$log.appenders.set("console", {type: "console", levels: ["info", "debug", "trace", "fatal", "error", "warn"]});
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ logger.appenders
}
});
```
## Repository stats

![Alt](https://repobeats.axiom.co/api/embed/1a7b80d5a5a473c37c4b1c3084e101001d15e14a.svg "Repobeats analytics image")

## Backers

Expand Down

0 comments on commit 7b54640

Please sign in to comment.