IDataprepLogger

This is the interface that a logger must implement to work with the Dataprep core functionalities

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function Virtual

~IDataprepLogger()

Functions

Name Description

Public function

void

 

LogError

(
    const FText& InLogText,
    const UObject& InObject
)

Records a error produced by an operation

Public function

void

 

LogInfo

(
    const FText& InLogText,
    const UObject& InObject
)

Records an info produced by an operation

Public function

void

 

LogWarning

(
    const FText& InLogText,
    const UObject& InObject
)

Records a warning produced by an operation

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