fuchsia_logging

Summary

Enumerations

InterestListenerBehavior{
  Disabled = 0,
  EnabledNonBlocking = 1,
  Enabled = 2
}
enum
Interest listener configuration.

Typedefs

LogSeverity using
uint8_t

Functions

IsSeverityEnabled(LogSeverity severity)
bool
Returns true if |severity| is at or above the current minimum log level.

Classes

fuchsia_logging::LogFirstNState
fuchsia_logging::LogMessage
fuchsia_logging::LogMessageVoidify

Structs

fuchsia_logging::LogSettings

Settings which control the behavior of logging.

Enumerations

InterestListenerBehavior

 InterestListenerBehavior

Interest listener configuration.

Properties
Disabled

Disable interest listening completely.

Enabled

Enable the interest listener, and block logging startup on an initial interest.

EnabledNonBlocking

Enable the interest listener, but don't wait for an initial interest.

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.