Skip to content

Zylog

The Zylog class is the engine of the library. It manages configuration state, high-resolution timers, and the internal file stream registry.

Zylog uses a Level-Based Filtering architecture. Every log call is checked against the current level priority before any formatting or write operations occur. This ensures that debug or trace calls have negligible performance impact when the logger is set to info mode.

Control how the logger behaves globally.

Choose the right severity for your message.

Manage file write streams and log persistence.

Advanced instrumentation and context handling.