ENUMS
Severity flexible
Type: uint8
Defined in fuchsia.diagnostics.types/interest.fidl
The severity of a given record.
| Name | Value | Description |
|---|---|---|
TRACE |
16 |
Trace records include detailed information about program execution. |
DEBUG |
32 |
Debug records include development-facing information about program execution. |
INFO |
48 |
Info records include general information about program execution. (default) |
WARN |
64 |
Warning records include information about potentially problematic operations. |
ERROR |
80 |
Error records include information about failed operations. |
FATAL |
96 |
Fatal records convey information about operations which cause a program's termination. |
TABLES
Interest
Defined in fuchsia.diagnostics.types/interest.fidl
Interest expresses the scope of clients' desired diagnostics data, e.g. for filtering messages or controlling their generation.
| Ordinal | Field | Type | Description |
|---|---|---|---|
1 |
min_severity |
Severity
|
Minimum desired severity. Components should include records at or above this severity. If not present, interpreted as Severity.INFO. |