Navigation
API > API/Plugins > API/Plugins/DataprepCore
Inheritance Hierarchy
- IDataprepLogger
- FDataprepCoreUtils::FDataprepLogger
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepLogger.h |
| Include | #include "IDataprepLogger.h" |
Syntax
class IDataprepLogger
Remarks
This is the interface that a logger must implement to work with the Dataprep core functionalities
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Records a error produced by an operation | ||
| void | Records an info produced by an operation | ||
| void | LogWarning
(
const FText& InLogText, |
Records a warning produced by an operation |