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 61c5495 commit 7e6ef06Copy full SHA for 7e6ef06
src/logger.ts
@@ -17,7 +17,8 @@ let currentLogger: LoggerFunction = console.warn;
17
18
/**
19
* @public
20
- * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.*/
+ * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.
21
+ */
22
export const LoggerLevel = Object.freeze({
23
ERROR: 'error',
24
WARN: 'warn',
0 commit comments