smartdevicelink / manticore

Dynamically provision SDL Core and SDL HMI instances in the cloud
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

[SDL 0046] Implement logger abstraction #119

Closed theresalech closed 3 years ago

theresalech commented 4 years ago

Proposal: Implement logger abstraction

The good abstraction for the logger allows to easily substitute the logger library from one to another in the case of necessity. The different system has different logging mechanism and SDL has to be easily integrated to use any logger library as a background sink.

Review: https://github.com/smartdevicelink/sdl_evolution/issues/141

jordynmackool commented 3 years ago

It was determined no update needed for Manticore. Core adds the possibility of custom loggers, but the existing logger has not changed.