20 LOG <<
"Plugins matching \"" << str_query <<
"\":" << std::endl << std::endl;
32 LOG <<
" None found." << std::endl << std::endl;
35 LOG <<
"==============================================================================" << std::endl << std::endl;
36 for(
UInt32 i = 0; i < tResult.size(); ++i) {
37 LOG <<
"[ " << tResult[i].Label <<
" ] " << std::endl;
38 LOG << tResult[i].BriefDescription << std::endl;
39 LOG <<
"by " << tResult[i].Author << std::endl;
40 LOG <<
"Version: " << tResult[i].Version << std::endl;
41 LOG <<
"Status: " << tResult[i].Status << std::endl << std::endl;
42 LOG << tResult[i].LongDescription << std::endl;
44 LOG <<
"==============================================================================" << std::endl << std::endl;