Add a library (or create your own) that can log informations.
The format should have date, time, level of the information (INFO, WARNING, ERROR, CRITICAL).
We should be able to write it in stdout or in a file (static and continuous).
We should be able to modify the format of the logger.
Logger should also provide context like namespace.
Example:
01:20:32.334 [ERROR] ES::Plugin::Scene::Resource::SceneManager::RegisterScene: Scene ABC already exists
Reactions are currently unavailable
Add a library (or create your own) that can log informations.
The format should have date, time, level of the information (INFO, WARNING, ERROR, CRITICAL).
We should be able to write it in stdout or in a file (static and continuous).
We should be able to modify the format of the logger.
Logger should also provide context like namespace.
Example: