Home
last modified time | relevance | path

Searched refs:LOGW (Results 1 – 4 of 4) sorted by relevance

/test/dittosuite/test/
Dlogger_test.cpp38 LOGW("This is a warning"); in TEST()
43 LOGW("This is a warning"); in TEST()
/test/dittosuite/src/
Dtracer.cpp92 LOGW("Unable to open trace_marker"); in Tracer()
Dparser.cpp47 LOGW(to_replace + " does not exist in .ditto file"); in __Parse()
/test/dittosuite/include/ditto/
Dlogger.h70 #define LOGW(X) DITTO_LOG(kWarning, X, false) macro