Home
last modified time | relevance | path

Searched refs:getLog (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
DAbstractThriftMojo.java167 getLog().info("No thrift files to compile."); in execute()
169getLog().info("Skipping compilation because target directory newer than sources."); in execute()
188 getLog().error("thrift failed output: " + thrift.getOutput()); in execute()
189 getLog().error("thrift failed error: " + thrift.getError()); in execute()
203getLog().info(format("%s does not exist. Review the configuration or consider disabling the plugin… in execute()
/thrift-3.4.0/lib/cpp/test/processor/
DProcessorTest.cpp258 const std::shared_ptr<EventLog>& getLog() const { return log_; } in getLog() function in ServiceState
508 const std::shared_ptr<EventLog>& log = state->getLog(); in testEventSequencing()
641 const std::shared_ptr<EventLog>& log = state->getLog(); in testSeparateConnections()
689 const std::shared_ptr<EventLog>& log = state->getLog(); in testOnewayCall()
741 const std::shared_ptr<EventLog>& log = state->getLog(); in testExpectedError()
796 const std::shared_ptr<EventLog>& log = state->getLog(); in testUnexpectedError()