Home | History | Annotate | Download | only in Core

Lines Matching defs:log_stream_sp

2631     StreamSP log_stream_sp;
2634 log_stream_sp = m_log_callback_stream_sp;
2640 log_stream_sp.reset(new StreamFile(GetOutputFile().GetDescriptor(), false));
2646 log_stream_sp = pos->second.lock();
2647 if (!log_stream_sp)
2649 log_stream_sp.reset (new StreamFile (log_file));
2650 m_log_streams[log_file] = log_stream_sp;
2653 assert (log_stream_sp.get());
2660 log_callbacks.enable (log_stream_sp, log_options, categories, &error_stream);
2668 if (log_channel_sp->Enable (log_stream_sp, log_options, &error_stream, categories))