FLogSuppressionInterface

Interface to the log suppression system

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Logging/LogSuppressionInterface.h

Include

#include "Logging/LogSuppressionInterface.h"

Syntax

class FLogSuppressionInterface

Remarks

Interface to the log suppression system

Functions

Name Description

Public function

void

 

AssociateSuppress

(
    FLogCategoryBase* Destination
)

Used by FLogCategoryBase to register itself with the global category table

Public function

void

 

DisassociateSuppress

(
    FLogCategoryBase* Destination
)

Used by FLogCategoryBase to unregister itself from the global category table

Public function Static

FLogSuppress...

 

Get()

Singleton, returns a reference the global log suppression implementation.

Public function

void

 

ProcessConfigAndCommandLine()

Called by appInit once the config files and commandline are set up.

Public function Static

void

 

TearDown()

Public function Static

FLogSuppress...

 

TryGet()

Returns null after TearDown() has been called

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