#include <log_state.h>
Public Member Functions | |
| LogState () | |
| const zx::socket & | socket () const |
| std::shared_ptr< const std::vector< std::string > > | tags () const |
| fidl::ClientEnd<::fuchsia_logger::LogSink > | TakeClientEnd () |
| void | SetTags (const std::initializer_list< std::string > &tags) |
Static Public Member Functions | |
| static LogState & | Default () |
Definition at line 22 of file log_state.h.
| fml::LogState::LogState | ( | ) |
Definition at line 27 of file log_state.cc.
References fml::LogInterestListener::HandleInterestChange().
Referenced by Default().
|
static |
Definition at line 61 of file log_state.cc.
References instance, and LogState().
Referenced by main(), main(), and fml::LogMessage::~LogMessage().
| void fml::LogState::SetTags | ( | const std::initializer_list< std::string > & | tags | ) |
Definition at line 56 of file log_state.cc.
References tags().
|
inline |
Definition at line 28 of file log_state.h.
|
inline |
Definition at line 31 of file log_state.h.
Referenced by SetTags().
| fidl::ClientEnd<::fuchsia_logger::LogSink > fml::LogState::TakeClientEnd | ( | ) |
Definition at line 51 of file log_state.cc.