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