Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qohoslogger.cpp File Reference

(847ff5f9e828834a6b3230d60b77c95e5c0d8289)

#include <QtCore/private/qohoslogger_p.h>
#include <array>
#include <cstdio>
#include <cstring>
Include dependency graph for qohoslogger.cpp:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE void qOhosLogMessage (LogLevel logLevel, const char *tag, const char *message)
void qOhosVPrintf (LogLevel logLevel, const char *format, std::va_list ap)

Function Documentation

◆ qOhosLogMessage()

QT_BEGIN_NAMESPACE void qOhosLogMessage ( LogLevel logLevel,
const char * tag,
const char * message )

Definition at line 13 of file qohoslogger.cpp.

◆ qOhosVPrintf()

void qOhosVPrintf ( LogLevel logLevel,
const char * format,
std::va_list ap )

Definition at line 18 of file qohoslogger.cpp.