Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDL 0046] Implement logger abstraction #3472

Conversation

VladSemenyuk
Copy link
Contributor

@VladSemenyuk VladSemenyuk commented Aug 7, 2020

Fixes #1480

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

  • Unit testing
  • ATF testing

Summary

Implemented and integrated logger abstraction.

CLA

@VladSemenyuk VladSemenyuk changed the base branch from master to develop August 7, 2020 16:23
LoggerImpl::LoggerImpl(bool use_message_loop_thread)
: impl_(nullptr), use_message_loop_thread_(use_message_loop_thread) {
if (!use_message_loop_thread_)
logger::logger_status = LogerThreadIsNotUsed;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loger -> Logger

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@mrapitis
Copy link
Contributor

@LuxoftAKutsan please mark as review ready. Currently this pr is marked as not ready for review.

@mrapitis
Copy link
Contributor

@theresalech Ford has approved of this PR. Thanks!

@VladSemenyuk
Copy link
Contributor Author

VladSemenyuk commented Aug 26, 2020

@ShobhitAd All requested changes have been prepared.

@VladSemenyuk VladSemenyuk force-pushed the feature/sdl_0046_logger_abstraction branch from 54d19cf to 3ee8ad4 Compare August 28, 2020 17:37
@ShobhitAd ShobhitAd merged commit 062d3b0 into smartdevicelink:develop Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants