Skip to content

feat: logger.log() to be synonym of logger.info()#1254

Merged
lamweili merged 1 commit intomasterfrom
feat/logger.log-synonym
May 22, 2022
Merged

feat: logger.log() to be synonym of logger.info()#1254
lamweili merged 1 commit intomasterfrom
feat/logger.log-synonym

Conversation

@lamweili
Copy link
Copy Markdown
Contributor

@lamweili lamweili commented May 22, 2022

  1. logger.log() will behave as a synonym for logger.info() as much as possible based on the method signature
  2. No regression for logger.log()'s existing private function (which has a different method signature)
  3. If it is unable to determine if it should be a synonym from the method signature, it will WARN and fallback to INFO

@lamweili lamweili added the enhancement New feature or request label May 22, 2022
@lamweili lamweili added this to the 6.5.0 milestone May 22, 2022
@lamweili lamweili force-pushed the feat/logger.log-synonym branch from 7b2ddd0 to f5edc51 Compare May 22, 2022 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant