Commit Graph

4 Commits

Author SHA1 Message Date
user b1a155a469 refactor(tests): organize test namespaces 2026-07-20 23:01:50 +04:00
user 31d1fbdb8a refactor(build): reorganize makefiles and split test targets 2026-07-20 22:59:36 +04:00
user ac9373c2c9 feat: introduce LogLevel value object and improve logger API
- Replace LogLevel enum with a dedicated class that encapsulates
  log level representation.
- Add factory methods for creating Debug, Info, and Error levels.
- Add string conversion support through LogLevel::toString().
- Add equality comparison operators for LogLevel instances.

- Rename Logger::writeLog() to writeMessage().
- Add writeMessage() overload that uses the default log level.
- Implement actual file writing with error handling using core::Status.
- Improve logger documentation to reflect the updated API.

- Update logger tests to use the new LogLevel API.
- Move logger tests into the core test directory.
- Replace enum-based log level usage with LogLevel factory methods.
- Update test cases for the renamed writeMessage() method.
2026-07-19 16:48:54 +04:00
user 6247442253 test: reorganize core test directory structure 2026-07-19 16:44:21 +04:00