Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
withTimestamp() { return this.transform((log) => (...args: unknown[]) => { return log(new Date().toISOString(), ...args); }); }DefaultLoggerWithTimestamp
- Loading branch information