Home
last modified time | relevance | path

Searched refs:LogAll (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/src/utils/
H A DLogger.cpp105 if (v > (int)LogDebug && v < (int)LogAll) in debug()
121 if (v > (int)LogWarning && v < (int)LogAll) in warning()
136 if (v > (int)LogCritical && v < (int)LogAll) in critical()
190 if (v <= (int)LogDebug || v >= (int)LogAll) in debug()
201 if (v <= (int)LogWarning || v >= (int)LogAll) in warning()
212 if (v <= (int)LogCritical || v >= (int)LogAll) in critical()
244 else if (level > (int)LogAll) in QtAVDebug()
245 setLogLevel(LogAll); in QtAVDebug()
261 setLogLevel(LogAll); in QtAVDebug()
H A DLogger.h97 if (l >= (int)LogAll) {
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Ide/
H A DLogging.hs22 LogAll -> True
H A DTypes.hs157 data IdeLogLevel = LogDebug | LogPerf | LogAll | LogDefault | LogNone constructor
/dports/multimedia/QtAV/QtAV-1.13.0/src/QtAV/
H A DQtAV_Global.h56 LogAll enumerator
/dports/lang/purescript/purescript-0.14.5/app/Command/
H A DIde.hs114 when (logLevel == LogDebug || logLevel == LogAll)
170 "all" -> LogAll
/dports/multimedia/QtAV/QtAV-1.13.0/python/sip/QtAV/
H A Dglobal.sip28 LogAll
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DQtAV_Global.cpp56 static QtAV::LogLevel gLogLevel = QtAV::LogAll;
/dports/multimedia/musique/musique-1.10.1/lib/media/src/qtav/
H A Dmediaqtav.cpp61 QtAV::setLogLevel(QtAV::LogAll); in init()
/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dmx.h202 static void LogAll() in LogAll() function
/dports/multimedia/minitube/minitube-3.9.2/lib/media/src/qtav/
H A Dmediaqtav.cpp61 QtAV::setLogLevel(QtAV::LogAll); in init()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-log.cc512 UNINITIALIZED_TEST(LogAll) { in UNINITIALIZED_TEST() argument