Non‐GUI handler, which logs and prints messages.

Synopsis

Declared in <noui.h>

void
noui_ThreadSafeMessageBox(
    bilingual_str const& message,
    unsigned int style);

Parameters

Name

Description

message

The message to log and print.

style

Message box style flags describing the message severity.

Created with MrDocs