mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
import { Injectable, Scope, ConsoleLogger } from "@nestjs/common";
|
|
|
|
@Injectable({ scope: Scope.TRANSIENT })
|
|
export class Logger extends ConsoleLogger {}
|