Navigation
API > API/Developer > API/Developer/TraceServices
| Name | IEditableLogProvider |
| Type | class |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Log.h |
| Include Path | #include "TraceServices/Model/Log.h" |
Syntax
class IEditableLogProvider : public TraceServices::IEditableProvider
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IEditableLogProvider() |
TraceServices/Model/Log.h |
Functions
Public
| 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 | |
FLogCategoryInfo & GetCategory
(
uint64 CategoryPointer |
Fetches the data structure for a log category. | TraceServices/Model/Log.h | |
uint64 RegisterCategory() |
Registers a new log message category. | TraceServices/Model/Log.h | |
void UpdateMessageCategory
(
uint64 LogPoint, |
Updates the Category information for a log message. | TraceServices/Model/Log.h | |
void UpdateMessageFile
(
uint64 LogPoint, |
Updates the file location for a log message. | TraceServices/Model/Log.h | |
void UpdateMessageFormatString
(
uint64 LogPoint, |
Updates the format string for a log message. | TraceServices/Model/Log.h | |
void UpdateMessageSpec
(
uint64 LogPoint, |
Updates information for a log message. | TraceServices/Model/Log.h | |
void UpdateMessageVerbosity
(
uint64 LogPoint, |
Updates the verbosity for a log message. | TraceServices/Model/Log.h |