File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,18 @@ export const LoggerLevel = Object.freeze({
29
29
} as const ) ;
30
30
31
31
/** @public
32
- * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.*/
32
+ * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.
33
+ */
33
34
export type LoggerLevel = typeof LoggerLevel [ keyof typeof LoggerLevel ] ;
34
35
35
36
/** @public
36
- * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.*/
37
+ * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.
38
+ */
37
39
export type LoggerFunction = ( message ?: any , ...optionalParams : any [ ] ) => void ;
38
40
39
41
/** @public
40
- * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.*/
42
+ * @deprecated The Legacy Logger is deprecated and will be removed in the next major version.
43
+ */
41
44
export interface LoggerOptions {
42
45
logger ?: LoggerFunction ;
43
46
loggerLevel ?: LoggerLevel ;
You can’t perform that action at this time.
0 commit comments