CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
log.h
Go to the documentation of this file.
1#pragma once
2
5
12
13#include <cx/log/log.h>
14#include <cx/log/logfile.h>
15#include <cx/log/logmembuf.h>
16#include <cx/log/logdefer.h>
17
Core logging system API.
Deferred logging for capturing early startup logs.
File-based log destination with rotation support.
Memory buffer log destination for testing and debugging.