Flutter Engine
The Flutter Engine
|
#include <service_event.h>
Public Attributes | |
int64_t | sequence_number |
int64_t | timestamp |
intptr_t | level |
const String * | name |
const String * | message |
const Instance * | zone |
const Object * | error |
const Instance * | stack_trace |
Definition at line 71 of file service_event.h.
const Object* dart::ServiceEvent::LogRecord::error |
Definition at line 78 of file service_event.h.
intptr_t dart::ServiceEvent::LogRecord::level |
Definition at line 74 of file service_event.h.
const String* dart::ServiceEvent::LogRecord::message |
Definition at line 76 of file service_event.h.
const String* dart::ServiceEvent::LogRecord::name |
Definition at line 75 of file service_event.h.
int64_t dart::ServiceEvent::LogRecord::sequence_number |
Definition at line 72 of file service_event.h.
const Instance* dart::ServiceEvent::LogRecord::stack_trace |
Definition at line 79 of file service_event.h.
int64_t dart::ServiceEvent::LogRecord::timestamp |
Definition at line 73 of file service_event.h.
const Instance* dart::ServiceEvent::LogRecord::zone |
Definition at line 77 of file service_event.h.