Core C++ classes and utilities shared across all projects within the Cuarzo framework.
- CZ_CORE_LOG_LEVEL: Sets the minimum log level for runtime output. Available levels (from least to most verbose): 0: Silent, 1: Fatal, 2: Error, 3: Warning, 4: Info, 5: Debug, 6: Trace