#include <log_interest_listener.h>
Public Member Functions | |
| LogInterestListener (fidl::ClientEnd<::fuchsia_logger::LogSink > client_end, async_dispatcher_t *dispatcher) | |
| void | AsyncWaitForInterestChanged () |
Static Public Member Functions | |
| static void | HandleInterestChange (const fuchsia_diagnostics_types::Interest &interest) |
Definition at line 18 of file log_interest_listener.h.
|
inline |
Definition at line 20 of file log_interest_listener.h.
| void fml::LogInterestListener::AsyncWaitForInterestChanged | ( | ) |
Definition at line 16 of file log_interest_listener.cc.
References AsyncWaitForInterestChanged(), and HandleInterestChange().
Referenced by AsyncWaitForInterestChanged(), main(), main(), and fml::testing::TEST_F().
|
static |
Definition at line 33 of file log_interest_listener.cc.
References fml::kLogError, fml::kLogFatal, fml::kLogInfo, fml::kLogWarning, and fml::SetLogSettings().
Referenced by AsyncWaitForInterestChanged(), fml::LogState::LogState(), and fml::testing::TEST_F().