diff --git a/README.md b/README.md index 1e8af75..a2b3ddf 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ It provides a **standardized project structure**, ensuring best practices for: --- ## 🚀 Getting Started +Following steps must be followed for getting started with logging repository: ### 1️⃣ Clone the Repository diff --git a/score/datarouter/error/error.h b/score/datarouter/error/error.h index 5ab78b9..f602056 100644 --- a/score/datarouter/error/error.h +++ b/score/datarouter/error/error.h @@ -28,6 +28,7 @@ enum class LoggingErrorCode : score::result::ErrorCode kNoFileFound = 1, kParseError, kNoChannelsFound + kThisEnumIsOnlyForTesting }; class LoggingErrorDomain final : public result::ErrorDomain