|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
Tag for high-level, production-worthy operational events. More...
#include <log_tags.h>
Static Public Member Functions | |
| static constexpr std::string_view | string () |
Tag for high-level, production-worthy operational events.
This tag is intended for use by the final application, not within the SDK itself. The SDK cannot know the application's business context, so it cannot decide what constitutes an "audit" event. Use this tag in your application code to create a clean log channel for production monitoring, separate from the SDK's internal debug logs.
Example: log_entry(log_tags::audit{}, "User logged in", user_id);
Definition at line 32 of file log_tags.h.