Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::ServiceEvent::LogRecord Struct Reference

#include <service_event.h>

Public Attributes

int64_t sequence_number
 
int64_t timestamp
 
intptr_t level
 
const Stringname
 
const Stringmessage
 
const Instancezone
 
const Objecterror
 
const Instancestack_trace
 

Detailed Description

Definition at line 71 of file service_event.h.

Member Data Documentation

◆ error

const Object* dart::ServiceEvent::LogRecord::error

Definition at line 78 of file service_event.h.

◆ level

intptr_t dart::ServiceEvent::LogRecord::level

Definition at line 74 of file service_event.h.

◆ message

const String* dart::ServiceEvent::LogRecord::message

Definition at line 76 of file service_event.h.

◆ name

const String* dart::ServiceEvent::LogRecord::name

Definition at line 75 of file service_event.h.

◆ sequence_number

int64_t dart::ServiceEvent::LogRecord::sequence_number

Definition at line 72 of file service_event.h.

◆ stack_trace

const Instance* dart::ServiceEvent::LogRecord::stack_trace

Definition at line 79 of file service_event.h.

◆ timestamp

int64_t dart::ServiceEvent::LogRecord::timestamp

Definition at line 73 of file service_event.h.

◆ zone

const Instance* dart::ServiceEvent::LogRecord::zone

Definition at line 77 of file service_event.h.


The documentation for this struct was generated from the following file: