Open hsravat-4590 opened 4 years ago
Create Logger Implementation for logging errors and traces. Headers are already available on utils/logger/
utils/logger/
Create class Core/Utils/Exceptions/RuntimeException.h and .cpp and in there extend the exception class but before throwing the exception, log it
Core/Utils/Exceptions/RuntimeException.h
.cpp
Create Logger Implementation for logging errors and traces. Headers are already available on
utils/logger/