We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5615bb commit 0cff637Copy full SHA for 0cff637
packages/logger/src/Logger.ts
@@ -116,7 +116,7 @@ import type {
116
*/
117
class Logger extends Utility implements LoggerInterface {
118
/**
119
- * Replacer function used to format the log items.
+ * Replacer function used to serialize the log items.
120
121
protected jsonReplacerFn?: CustomReplacerFn;
122
@@ -1185,7 +1185,7 @@ class Logger extends Utility implements LoggerInterface {
1185
}
1186
1187
1188
- * It sets the JSON replacer function used to serialize the log items.
+ * It sets the JSON replacer function which is used to serialize the log items.
1189
* @private
1190
* @param customerReplacerFn
1191
0 commit comments