Home
last modified time | relevance | path

Searched refs:yafLog (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dconsole.cc18 if(yafLog.getConsoleLogColorsEnabled()) std::cout << setColor(Green); \
20 if(yafLog.getConsoleLogColorsEnabled()) std::cout << setColor(Red, true); \
22 if(yafLog.getConsoleLogColorsEnabled()) std::cout << setColor(Green, true); \
24 if(yafLog.getConsoleLogColorsEnabled()) std::cout << setColor(Red, true); \
26 if(yafLog.getConsoleLogColorsEnabled()) std::cout << setColor(); \
28 if(yafLog.getConsoleLogColorsEnabled()) std::cout << setColor(Yellow, true); \
30 if(yafLog.getConsoleLogColorsEnabled()) std::cout << setColor(); \
H A DimageOutput.cc112 yafLog.setImagePath(fnamePass); //to show the image in the HTML log output in flush()
123 yafLog.setImagePath(fname); //to show the image in the HTML log output in flush()
131 if(idx == 0) yafLog.setImagePath(fnamePass); //to show the image in the HTML log output in flush()
137 if(yafLog.getSaveLog()) in flush()
140 yafLog.saveTxtLog(fLogName); in flush()
143 if(yafLog.getSaveHTML()) in flush()
146 yafLog.saveHtmlLog(fLogHtmlName); in flush()
149 if(yafLog.getSaveStats()) in flush()
152 yafLog.statsSaveToFile(fStatsName, /*sorted=*/ true); in flush()
H A Dimagefilm.cc654 if(!yafLog.getLoggingTitle().empty()) ssBadge << yafLog.getLoggingTitle() << "\n"; in flush()
655 …if(!yafLog.getLoggingAuthor().empty() && !yafLog.getLoggingContact().empty()) ssBadge << yafLog.ge… in flush()
656 …else if(!yafLog.getLoggingAuthor().empty() && yafLog.getLoggingContact().empty()) ssBadge << yafLo… in flush()
657 …else if(yafLog.getLoggingAuthor().empty() && !yafLog.getLoggingContact().empty()) ssBadge << yafLo… in flush()
658 if(!yafLog.getLoggingComments().empty()) ssBadge << yafLog.getLoggingComments() << "\n"; in flush()
695 yafLog.setRenderInfo(ssBadge.str()); in flush()
697 if(yafLog.getDrawRenderSettings()) ssBadge << " | " << yafLog.getRenderSettings(); in flush()
698 if(yafLog.getDrawAANoiseSettings()) ssBadge << "\n" << yafLog.getAANoiseSettings(); in flush()
707 if(yafLog.getUseParamsBadge()) in flush()
911 yafLog.clearMemoryLog(); in flush()
[all …]
H A Denvironment.cc846 yafLog.setSaveLog(logging_saveLog); in setupLoggingAndBadge()
847 yafLog.setSaveHTML(logging_saveHTML); in setupLoggingAndBadge()
848 yafLog.setDrawRenderSettings(logging_drawRenderSettings); in setupLoggingAndBadge()
849 yafLog.setDrawAANoiseSettings(logging_drawAANoiseSettings); in setupLoggingAndBadge()
851 if(logging_title) yafLog.setLoggingTitle(*logging_title); in setupLoggingAndBadge()
852 if(logging_author) yafLog.setLoggingAuthor(*logging_author); in setupLoggingAndBadge()
853 if(logging_contact) yafLog.setLoggingContact(*logging_contact); in setupLoggingAndBadge()
854 if(logging_comments) yafLog.setLoggingComments(*logging_comments); in setupLoggingAndBadge()
856 if(logging_fontPath) yafLog.setLoggingFontPath(*logging_fontPath); in setupLoggingAndBadge()
857 yafLog.setLoggingFontSizeFactor(logging_fontSizeFactor); in setupLoggingAndBadge()
[all …]
H A Dsession.cc31 yafarayLog_t yafLog = yafarayLog_t(); variable
H A Dintegrator.cc130 yafLog.appendAANoiseSettings(aaSettings.str()); in render()
H A Dscene.cc359 yafLog.appendRenderSettings(set.str()); in setNumThreads()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/integrators/
H A DDebugIntegrator.cc58 yafLog.appendRenderSettings("Debug integrator: '"); in DebugIntegrator()
62 yafLog.appendRenderSettings("N"); in DebugIntegrator()
65 yafLog.appendRenderSettings("dPdU"); in DebugIntegrator()
68 yafLog.appendRenderSettings("dPdV"); in DebugIntegrator()
71 yafLog.appendRenderSettings("NU"); in DebugIntegrator()
74 yafLog.appendRenderSettings("NV"); in DebugIntegrator()
77 yafLog.appendRenderSettings("dSdU"); in DebugIntegrator()
80 yafLog.appendRenderSettings("dSdV"); in DebugIntegrator()
84 yafLog.appendRenderSettings("' | "); in DebugIntegrator()
H A Ddirectlight.cc88 yafLog.appendRenderSettings(set.str()); in preprocess()
H A Dsppm.cc77 yafLog.appendAANoiseSettings(aaSettings.str()); in render()
99 yafLog.appendRenderSettings(set.str()); in render()
180 yafLog.appendRenderSettings(set.str()); in render()
H A Dpathtracer.cc103 yafLog.appendRenderSettings(set.str()); in preprocess()
H A Dbidirpath.cc167 yafLog.appendRenderSettings(""); in biDirIntegrator_t()
260 yafLog.appendRenderSettings(set.str()); in preprocess()
H A Dphotonintegr.cc549 yafLog.appendRenderSettings(set.str()); in preprocess()
1108 yafLog.appendRenderSettings(set.str()); in preprocess()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/xml_loader/
H A Dxml-loader.cc85 if(console_colors_disabled) yafLog.setConsoleLogColorsEnabled(false); in main()
86 else yafLog.setConsoleLogColorsEnabled(true); in main()
95 if(verbLevel.empty()) yafLog.setConsoleMasterVerbosity("info"); in main()
96 else yafLog.setConsoleMasterVerbosity(verbLevel); in main()
98 if(logVerbLevel.empty()) yafLog.setLogMasterVerbosity("verbose"); in main()
99 else yafLog.setLogMasterVerbosity(logVerbLevel); in main()
267 yafLog.setParamsBadgePosition(params_badge_position); in main()
/dports/graphics/yafaray/libYafaRay-3.5.1/include/core_api/
H A Dlogging.h201 extern YAFRAYCORE_EXPORT yafarayLog_t yafLog;
203 #define Y_DEBUG yafLog.out(VL_DEBUG)
204 #define Y_VERBOSE yafLog.out(VL_VERBOSE)
205 #define Y_INFO yafLog.out(VL_INFO)
206 #define Y_PARAMS yafLog.out(VL_PARAMS)
207 #define Y_WARNING yafLog.out(VL_WARNING)
208 #define Y_ERROR yafLog.out(VL_ERROR)
/dports/graphics/yafaray/libYafaRay-3.5.1/src/interface/
H A Dyafrayinterface.cc83 yafLog.clearAll(); in ~yafrayInterface_t()
441 yafLog.setParamsBadgePosition(badgePosition); in setParamsBadgePosition()
448 dp = yafLog.getUseParamsBadge(); in getDrawParams()
460 yafLog.setConsoleMasterVerbosity(strVLevel); in setConsoleVerbosityLevel()
465 yafLog.setLogMasterVerbosity(strVLevel); in setLogVerbosityLevel()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/image_handlers/
H A DtifHandler.cc248 if(yafLog.getUseParamsBadge()) height += yafLog.getBadgeHeight(); in factory()
H A DjpgHandler.cc392 if(yafLog.getUseParamsBadge()) height += yafLog.getBadgeHeight(); in factory()
H A DpngHandler.cc490 if(yafLog.getUseParamsBadge()) height += yafLog.getBadgeHeight(); in factory()
H A DexrHandler.cc436 if(yafLog.getUseParamsBadge()) height += yafLog.getBadgeHeight(); in factory()
H A DhdrHandler.cc586 if(yafLog.getUseParamsBadge()) height += yafLog.getBadgeHeight(); in factory()
H A DtgaHandler.cc580 if(yafLog.getUseParamsBadge()) height += yafLog.getBadgeHeight(); in factory()