```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 
produces
