Searched refs:handler_sp (Results 1 – 3 of 3) sorted by relevance
99 void Log::Enable(const std::shared_ptr<LogHandler> &handler_sp, in Enable() argument109 m_handler = handler_sp; in Enable()377 auto handler_sp = GetHandler(); in WriteMessage() local378 if (!handler_sp) in WriteMessage()380 handler_sp->Emit(message); in WriteMessage()
275 void Enable(const std::shared_ptr<LogHandler> &handler_sp,
396 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalWidth() local397 handler_sp->TerminalSizeChanged(); in SetTerminalWidth()418 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalHeight() local419 handler_sp->TerminalSizeChanged(); in SetTerminalHeight()