Game-as-a-Service / Machi-Koro-Cpp

4 stars 1 forks source link

Create a logger interface #10

Closed YingChen-Lee closed 5 months ago

YingChen-Lee commented 1 year ago

We cannot rely on LOG_INFO (Implemented by drogon framework) in usecase layer and domain layer because we don't want them to depend on outer layer (framework layer).

Add a new logger interface so that we can use it to log information without depending on outer layer.

HuaYuan-Tseng commented 5 months ago

It's finish in #38 .