fuchsia_logging
Summary
Enumerations |
|
---|---|
InterestListenerBehavior{
|
enum Interest listener configuration. |
Typedefs |
|
---|---|
LogSeverity
|
usinguint8_t
|
Functions |
|
---|---|
IsSeverityEnabled(LogSeverity severity)
|
bool
Returns true if |severity| is at or above the current minimum log level.
|
Classes |
|
---|---|
fuchsia_logging:: |
|
fuchsia_logging:: |
|
fuchsia_logging:: |
Structs |
|
---|---|
fuchsia_logging:: |
Settings which control the behavior of logging. |
Enumerations
InterestListenerBehavior
InterestListenerBehavior
Typedefs
LogSeverity
uint8_t LogSeverity
Functions
IsSeverityEnabled
bool IsSeverityEnabled( LogSeverity severity )
Returns true if |severity| is at or above the current minimum log level.
LOG_FATAL and above is always true.