Searched refs:LogWriter (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/core/utils/ |
D | log_adapter.h | 98 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…
|
D | log_adapter.cc | 118 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/ |
D | log_adapter_py.cc | 27 PyExceptionInitializer() { mindspore::LogWriter::set_exception_handler(HandleExceptionPy); } in PyExceptionInitializer()
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | contract.h | 59 LogWriter(signatory.location_info, EXCEPTION, SUBMODULE_ID, ArgumentError) ^ contract_stream; in Ensures()
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/web/ |
D | web_fs_test.dart | 65 LogWriter logWriter,
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | trace.cc | 486 TraceProviderRegister() { LogWriter::set_trace_provider(GetTraceStackInfo); } in TraceProviderRegister()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/ |
D | web_fs.dart | 63 LogWriter logWriter,
|