Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/IDataprepLogger
- IDataprepLogger::LogInfo()
- FDataprepCoreUtils::FDataprepLogger::LogInfo()
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/IDataprepLogger.h |
| Include | #include "IDataprepLogger.h" |
void LogInfo
&40;
const FText & InLogText,
const UObject & InObject
&41;
Remarks
Records an info produced by an operation
Parameters
| Name | Description |
|---|---|
| InLogText | The text logged |
| InObject | The object that produced the log |