Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 715 Bytes

File metadata and controls

18 lines (14 loc) · 715 Bytes

Core

Cuarzo Core is released under the LGPLv2.1 license. Current Cuarzo Core version.

Core C++ classes and utilities shared across all projects within the Cuarzo framework.

Environment Variables

  • 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