RtfwSetNetworkVerbosity

RtfwSetNetworkVerbosity enables or disables verbosity across the network (NAL and TCP/IP Stack).

Syntax

bool RtfwSetNetworkVerbosity(
    bool enabled,
);

Parameters

enabled

A value of true enables verbosity across the network. A value of false disables verbosity.

Return Value

The function returns true if successful. Otherwise, it returns false.

Remarks

When verbosity is disabled, warning and error messages will be logged to the Event View and provided through toast messages. When verbosity is enabled, additional informational messages will be written to the RTX64 Server Console.

Requirements

Minimum Required Version RTX64 4.0
Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

RtfwGetNetworkVerbosity