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.
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.