Raise a node warning.

Synopsis

Declared in <node/kernel_notifications.h>

virtual
void
warningSet(
    kernel::Warning id,
    bilingual_str const& message) override;

Parameters

Name

Description

id

The warning category being set.

message

Human‐readable warning text.

Created with MrDocs