Skip to content

Commit

Permalink
Improve comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 31, 2024
1 parent c584389 commit 0a1bc37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface BasicLoggerOptions {
name?: string;

/**
* An optional function, or collection of functions to use to print each log line.
* An optional function, or map of levels to functions, to use to print each log line.
*
* If not specified, the default is `console.error`.
*
Expand Down

0 comments on commit 0a1bc37

Please sign in to comment.