jmcdo29 / jmcdo29/ogma

Make Ogma work with `new Logger`

Open
#712 0 comments 3 reactions 1 assignee Claimed by @jmcdo29 View on GitHub
Dominant language
TypeScript
Stars
306
Forks
34
PR merge metrics
No merged PRs in 30d

Description

```ts
this.logger.error(`This is an error`);
this.logger.warn(`This is a warning`);
this.logger.error(`This is an error with empty object`, {});
```
produces
![image](https://user-images.githubusercontent.com/28268680/137651046-00b4fc12-13ab-4c92-a9a0-41060acac5c3.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.