struct NotifyLog
Defined at line 841 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 864 of file ../../src/developer/debug/ipc/protocol.h
Enumerations
enum class Severity : uint32_t
| Name | Value | Comments |
|---|---|---|
| kDebug | 0 |
Not used for now. |
| kInfo | 1 |
Not used for now. |
| kWarn | 2 | -- |
| kError | 3 | -- |
| kLast | 4 |
Not a real level. |
Defined at line 844 of file ../../src/developer/debug/ipc/protocol.h