Home
last modified time | relevance | path

Searched refs:logInit (Results 1 – 25 of 103) sorted by relevance

12345

/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DlogTest.c123 …TEST_RESULT_VOID(logInit(logLevelInfo, logLevelWarn, logLevelError, true, 0, 99, true), "init logg… in testRun()
130 …TEST_RESULT_VOID(logInit(logLevelInfo, logLevelWarn, logLevelError, true, 0, 100, false), "init lo… in testRun()
171 …TEST_RESULT_VOID(logInit(logLevelOff, logLevelOff, logLevelOff, false, 0, 1, false), "init logging… in testRun()
176 …TEST_RESULT_VOID(logInit(logLevelWarn, logLevelOff, logLevelOff, true, 0, 1, false), "init logging… in testRun()
195logInit(logLevelWarn, logLevelOff, logLevelOff, false, 44, 1, false), "init logging to warn (times… in testRun()
218 …TEST_RESULT_VOID(logInit(logLevelDebug, logLevelDebug, logLevelDebug, false, 0, 999, false), "init… in testRun()
242logInit(logLevelDebug, logLevelDebug, logLevelDebug, false, 0, 99, true), "reduce process-id size … in testRun()
263 …TEST_RESULT_VOID(logInit(logLevelDebug, logLevelDebug, logLevelDebug, false, 0, 99, false), "reduc… in testRun()
/dports/www/squid/squid-4.15/src/tests/
H A DtestStatHist.cc72 raw.logInit(capacity,min,max); in testStatHistLog()
89 s1.logInit(30,1.0,100.0); in testStatHistSum()
90 s2.logInit(30,1.0,100.0); in testStatHistSum()
100 ts3.logInit(30,1.0,100.0); in testStatHistSum()
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/log/
H A Dcxxtools.h102 #define log_init_cxxtools ::cxxtools::LoggerManager::logInit
193 static void logInit();
194 static void logInit(const std::string& fname);
195 static void logInit(const cxxtools::SerializationInfo& si);
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/common/
H A DharnessLog.c72 logInit(logLevelTestDefault, logLevelOff, logLevelInfo, false, logProcessId, 99, false); in harnessLogInit()
88 logInit(logLevelTestDefault, logLevelOff, logLevelTest, false, logProcessId, 99, logDryRunTest); in harnessLogDryRunSet()
148 logInit(logLevelTestDefault, logLevelOff, logLevelTest, false, logProcessId, 99, logDryRunTest); in harnessLogLevelSet()
161 logInit(logLevelTestDefault, logLevelOff, logLevelTest, false, logProcessId, 99, logDryRunTest); in harnessLogLevelReset()
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzmc.cpp186 logInit(log_id_string); in main()
190 logInit(log_id_string); in main()
366 logInit(log_id_string); in main()
H A Dzms.cpp86 logInit(log_id_string); in main()
90 logInit(log_id_string); in main()
191 logInit(log_id_string); in main()
H A Dzm_rtsp_server.cpp129 logInit(log_id_string); in main()
133 logInit(log_id_string); in main()
327 logInit(log_id_string); in main()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/test/java/org/apache/hadoop/hbase/
H A DResourceChecker.java139 private void logInit() { in logInit() method in ResourceChecker
187 logInit(); in start()
/dports/news/husky/husky-1.9.20191207/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/news/husky-areafix/husky-areafix-1.9.20191207/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/news/husky-htick/husky-htick-1.9.20191207/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/news/husky-hpt/husky-hpt-1.9.20191207/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/huskmisc/huskyui/
H A Dshowlog.h7 void logInit(int active);
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-upgrade/
H A Dlog.h41 void logInit();
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-upgrade/
H A Dlog.h41 void logInit();
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-upgrade/
H A Dlog.h41 void logInit();
/dports/sysutils/cfengine/cfengine-3.19.0/cf-upgrade/
H A Dlog.h41 void logInit();
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-upgrade/
H A Dlog.h41 void logInit();
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-upgrade/
H A Dlog.h41 void logInit();
/dports/www/squid/squid-4.15/src/sbuf/
H A DDetailedStats.cc21 stats->logInit(100, 30.0, 128000.0); in newStatHist()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/build/error/
H A Dmain.c19 logInit(logLevelWarn, logLevelError, logLevelOff, false, 0, 1, false); in main()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/build/config/
H A Dmain.c19 logInit(logLevelWarn, logLevelError, logLevelOff, false, 0, 1, false); in main()

12345