Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableLogProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateMessageSpec
(
uint64 LogPoint |
Updates information for a log message after message spec was updated. | TraceServices/Model/Log.h | |
void UpdateMessageSpec
(
uint64 LogPoint, |
Updates information for a log message. | TraceServices/Model/Log.h |
UpdateMessageSpec(uint64)
Description
Updates information for a log message after message spec was updated.
| Name | UpdateMessageSpec |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
| Include Path | #include "TraceServices/Model/Log.h" |
virtual void UpdateMessageSpec
(
uint64 LogPoint
)
UpdateMessageSpec(uint64, uint64, const TCHAR , const TCHAR , int32, ELogVerbosity::Type)
Description
Updates information for a log message.
| Name | UpdateMessageSpec |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
| Include Path | #include "TraceServices/Model/Log.h" |
void UpdateMessageSpec
(
uint64 LogPoint,
uint64 InCategoryPointer,
const TCHAR * InFormatString,
const TCHAR * InFile,
int32 InLine,
ELogVerbosity::Type InVerbosity
)
Parameters
| Name | Remarks |
|---|---|
| LogPoint | The log message to update. |
| InCategoryPointer | The category. |
| InFormatString | The format string whose memory is stored in the Session. |
| InFile | The file path of the message's location. |
| InLine | The line number of the message's location. |
| InVerbosity | The verbosity of the message. |