Home
last modified time | relevance | path

Searched refs:LogWriter (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h98 friend class LogWriter; variable
175 class LogWriter {
180 LogWriter(const LocationInfo &location, MsLogLevel log_level, SubModuleId submodule,
183 ~LogWriter() = default;
207 … : mindspore::LogWriter(mindspore::LocationInfo(FILE_NAME, __LINE__, __FUNCTION__), level, \
210 …mindspore::LogWriter(mindspore::LocationInfo(FILE_NAME, __LINE__, __FUNCTION__), mindspore::EXCEPT…
Dlog_adapter.cc118 void LogWriter::OutputLog(const std::ostringstream &msg) const { in OutputLog()
140 void LogWriter::operator<(const LogStream &stream) const noexcept { in operator <()
146 void LogWriter::operator^(const LogStream &stream) const { in operator ^()
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dlog_adapter_py.cc27 PyExceptionInitializer() { mindspore::LogWriter::set_exception_handler(HandleExceptionPy); } in PyExceptionInitializer()
/third_party/mindspore/mindspore/ccsrc/utils/
Dcontract.h59 LogWriter(signatory.location_info, EXCEPTION, SUBMODULE_ID, ArgumentError) ^ contract_stream; in Ensures()
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/web/
Dweb_fs_test.dart65 LogWriter logWriter,
/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.cc486 TraceProviderRegister() { LogWriter::set_trace_provider(GetTraceStackInfo); } in TraceProviderRegister()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dweb_fs.dart63 LogWriter logWriter,