[hermes] Introduce Sink class (#3570)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 22 May 2019 06:27:53 +0000 (15:27 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 22 May 2019 06:27:53 +0000 (15:27 +0900)
commit16b4525f628f088ea668e4c02b54603a6c9bfb3a
tree7c582c0c59ba1dbcc8bda133c0034a4ffe9c6902
parent7c5b5f8546e3e5001e5306cf3d71ae5fbe82fcc3
[hermes] Introduce Sink class (#3570)

* [hermes] Introduce Sink class

This commit introduces Sink class which serves as a base class for all
log message consumers.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Update comment
contrib/hermes/include/hermes/core/Sink.h [new file with mode: 0644]
contrib/hermes/src/core/Sink.cpp [new file with mode: 0644]