Home
last modified time | relevance | path

Searched defs:FL_LOG (Results 1 – 3 of 3) sorted by relevance

/dports/games/py-fife/fifengine-0.4.2/engine/core/util/log/
H A Dlogger.h53 #define FL_LOG(logger, msg) do { if (FIFE::LogManager::instance()->isVisible(logger.getModule())) l… macro
71 #define FL_LOG(logger, msg) macro
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A Dxyplot.h47 FL_LOG enumerator
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/fl/
H A Dfuzzylite.h53 #define FL_LOG(message) {if (fl::fuzzylite::isLogging()){std::cout << FL_LOG_PREFIX << message << s… macro