struct NotifyLog

Defined at line 833 of file ../../src/developer/debug/ipc/protocol.h

Redirects a log message in debug_agent to the frontend, serving two purposes:

1) Forwards important warnings or errors that the end users would rather know.

2) Forwards info and debug logs for debugger developers, when the debug mode is turned on.

Public Members

uint64_t timestamp
Severity severity
Location location
basic_string log

Public Methods

void Serialize (Serializer & ser, uint32_t ver)

Defined at line 856 of file ../../src/developer/debug/ipc/protocol.h

Enumerations

enum Severity
Name Value
kDebug 0
kInfo 1
kWarn 2
kError 3
kLast 4

Defined at line 836 of file ../../src/developer/debug/ipc/protocol.h

Records