|
ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
|
Helpers to format diagnostics for log ingestion. More...
Go to the source code of this file.
Functions | |
| std::string | acav::logfmt::sanitizeField (std::string value) |
| std::string | acav::logfmt::toLevelString (clang::DiagnosticsEngine::Level level) |
| std::string | acav::logfmt::formatDiagnosticLine (const std::string &level, const std::string &file, unsigned line, unsigned column, const std::string &message) |
| std::string | acav::logfmt::formatDiagnosticLine (clang::DiagnosticsEngine::Level level, const std::string &file, unsigned line, unsigned column, const std::string &message) |
Helpers to format diagnostics for log ingestion.
Definition in file DiagnosticLogFormat.h.
|
inline |
Definition at line 82 of file DiagnosticLogFormat.h.
|
inline |
Definition at line 60 of file DiagnosticLogFormat.h.
|
inline |
Definition at line 33 of file DiagnosticLogFormat.h.
|
inline |
Definition at line 42 of file DiagnosticLogFormat.h.