Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableLogProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendMessage
(
uint64 LogPoint, |
Appends a new instance of a message from the trace session. | TraceServices/Model/Log.h | |
void AppendMessage
(
uint64 LogPoint, |
Appends a new instance of a message from the trace session. | TraceServices/Model/Log.h |
AppendMessage(uint64, double, const uint8 *)
Description
Appends a new instance of a message from the trace session.
| Name | AppendMessage |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
| Include Path | #include "TraceServices/Model/Log.h" |
void AppendMessage
(
uint64 LogPoint,
double Time,
const uint8 * FormatArgs
)
Parameters
| Name | Remarks |
|---|---|
| LogPoint | The unique identity (memory address) of the message instrumentation. |
| Time | The time in seconds of the event. |
| FormatArgs | The arguments to use in conjunction with the spec's FormatString. |
AppendMessage(uint64, double, const TCHAR *)
Description
Appends a new instance of a message from the trace session.
| Name | AppendMessage |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
| Include Path | #include "TraceServices/Model/Log.h" |
void AppendMessage
(
uint64 LogPoint,
double Time,
const TCHAR * Text
)
Parameters
| Name | Remarks |
|---|---|
| LogPoint | The unique identity (memory address) of the message instrumentation. |
| Time | The time in seconds of the event. |
| Text | The message text. |