Skip to content

Commit

Permalink
apply requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renan628 committed Nov 4, 2024
1 parent 0fb3f26 commit e01444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiLogger.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Log, Logger} from './logger';

/**
* A logger send logs to multiple loggers.
* A logger that send logs to multiple loggers.
*/
export class MultiLogger<T extends Log = Log> implements Logger<T> {
private readonly loggers: Array<Logger<T>> = [];
Expand Down

0 comments on commit e01444c

Please sign in to comment.