MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / pmlog

Function pmlog

PeaceMakerGUI/mainwindow.cpp:4–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "ui_mainwindow.h"
3
4VOID
5pmlog (
6 const char* format,
7 ...
8 )
9{
10 va_list vargs;
11 va_start(vargs, format);
12 printf("[PeaceMaker] ");
13 vprintf(format, vargs);
14 printf("\n");
15 va_end(vargs);
16}
17
18/**
19 * @brief MainWindow::InitializeCommonTable - Common initialization across all tables.

Callers 2

ThreadUpdateTablesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected