NUTUtil::SpecialLog

Puts out a log message to [FOutputDeviceFile](API\Runtime\Core\Misc\FOutputDeviceFile), with a special category prefix added.

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h

Include

#include "NUTUtil.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/NUTUtil.cpp

Syntax

static void SpecialLog
(
    FOutputDeviceFile * Ar,
    const TCHAR * SpecialCategory,
    const TCHAR * Data,
    ELogVerbosity::Type Verbosity,
    const FName & Category
)

Remarks

Puts out a log message to FOutputDeviceFile, with a special category prefix added.

For example: [2017.02.27-15.09.15:999][ 0][SpecialCategory]LogUnitTest: LogMessage

Parameters

Parameter

Description

Ar

The FOutputDeviceFile archive to write to

SpecialCategory

The special category prefix to be added to the log message

Data

The log message

Verbosity

The verbosity of the log message

Category

The category of the log message

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss