Searched refs:handler_sp (Results 1 – 3 of 3) sorted by relevance
95 void Log::Enable(const std::shared_ptr<LogHandler> &handler_sp, in Enable() argument102 m_handler = handler_sp; in Enable()365 auto handler_sp = GetHandler(); in WriteMessage() local366 if (!handler_sp) in WriteMessage()368 handler_sp->Emit(message); in WriteMessage()
300 void Enable(const std::shared_ptr<LogHandler> &handler_sp, uint32_t options,
374 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalWidth() local375 handler_sp->TerminalSizeChanged(); in SetTerminalWidth()