Skip to content

Commit 0a1bc37

Browse files
committed
Improve comment.
1 parent c584389 commit 0a1bc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/common/src/api/logging/BasicLoggerOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface BasicLoggerOptions {
2121
name?: string;
2222

2323
/**
24-
* An optional function, or collection of functions to use to print each log line.
24+
* An optional function, or map of levels to functions, to use to print each log line.
2525
*
2626
* If not specified, the default is `console.error`.
2727
*

0 commit comments

Comments
 (0)