Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepCoreUtils > API/Plugins/DataprepCore/FDataprepCoreUtils/FDataprepLogger
- IDataprepLogger::LogInfo()
- FDataprepCoreUtils::FDataprepLogger::LogInfo()
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h |
Include | #include "DataprepCoreUtils.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp |
virtual 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 |