|
| enum class | Severity { Error
, Warning
, Message
} |
| |
|
using | FieldStorage = AZStd::unordered_map< AZ::Crc32, Field > |
| |
|
|
| AZ_CLASS_ALLOCATOR (LogEntry, AZ::SystemAllocator) |
| |
|
const FieldStorage & | GetFields () const |
| |
|
AZ::u64 | GetRecordedTime () const |
| |
|
Severity | GetSeverity () const |
| |
|
void | AddField (const Field &field) |
| |
|
void | AddField (Field &&field) |
| |
|
void | SetRecordedTime (AZ::u64 timeStamp) |
| |
|
void | RecordTime () |
| |
|
void | SetSeverity (Severity severity) |
| |
|
void | Clear () |
| |
|
bool | IsDefault () const |
| |
|
|
static bool | IsCommonField (AZ::Crc32 fieldName) |
| |
|
static bool | ParseLog (const char *log, AZ::u64 logLength, AZStd::function< void(LogEntry &)> newEntryCallback) |
| |
|
static bool | ParseLog (AZStd::vector< LogEntry > &entryList, const char *log, AZ::u64 logLength) |
| |
|
|
static AZ::Crc32 | s_messageField |
| |
|
static const char * | s_messageFieldName |
| |
|
static AZ::Crc32 | s_windowField |
| |
|
static const char * | s_windowFieldName |
| |
The documentation for this class was generated from the following file:
- Code/Framework/AzToolsFramework/AzToolsFramework/UI/Logging/LogEntry.h