Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging
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
| Type | Name | Description | |
|---|---|---|---|
| void | AssociateSuppress
(
FLogCategoryBase* Destination |
Used by FLogCategoryBase to register itself with the global category table | |
| void | DisassociateSuppress
(
FLogCategoryBase* Destination |
Used by FLogCategoryBase to unregister itself from the global category table | |
| FLogSuppressionInterface & | Get () |
Singleton, returns a reference the global log suppression implementation. | |
| void | Called by appInit once the config files and commandline are set up. | ||
| void | TearDown () |
||
| FLogSuppressionInterface * | TryGet () |
Returns null after TearDown() has been called |