Skip to content

Commit

Permalink
feat(NODE-4809): deprecate the existing logger (#3464)
Browse files Browse the repository at this point in the history
  • Loading branch information
andymina committed Nov 11, 2022
1 parent b70cc7c commit 1eea4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logger.ts
Expand Up @@ -41,6 +41,7 @@ export interface LoggerOptions {

/**
* @public
* @deprecated This logger is unused and will be removed in the next major version.
*/
export class Logger {
className: string;
Expand Down

0 comments on commit 1eea4f0

Please sign in to comment.