/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/util/ |
H A D | Log4jWebConfigurerTests.java | 45 initLogging(CLASSPATH_RESOURCE, false); in initLoggingWithClasspathResource() 50 initLogging(CLASSPATH_RESOURCE, true); in initLoggingWithClasspathResourceAndRefreshInterval() 55 initLogging(RELATIVE_PATH, false); in initLoggingWithRelativeFilePath() 60 initLogging(RELATIVE_PATH, true); in initLoggingWithRelativeFilePathAndRefreshInterval() 66 initLogging(url.toString(), false); in initLoggingWithUrl() 72 initLogging(url.toString(), true); in initLoggingWithUrlAndRefreshInterval() 79 initLogging(url.getFile(), true); in initLoggingWithAbsoluteFilePathAndRefreshInterval() 82 private void initLogging(String location, boolean refreshInterval) { in initLogging() method in Log4jWebConfigurerTests 88 Log4jWebConfigurer.initLogging(sc); in initLogging()
|
/dports/devel/folly/folly-2021.12.27.00/folly/logging/test/ |
H A D | InitTest.cpp | 26 using folly::initLogging; 58 initLogging(".=ERROR,folly.logging=DBG7"); in TEST() 73 initLogging(".=BOGUSLEVEL"), in TEST() 77 initLogging(".=ERR:undefined_handler"), in TEST()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/testbed/ |
H A D | config-params.cpp | 46 void ConfigParams::initLogging(const char *dirname, const char *filename, bool enable) { in initLogging() function in Testbed::ConfigParams 56 void ConfigParams::initLogging(bool enable) { in initLogging() function in Testbed::ConfigParams 58 initLogging(ConfMan.get("path").c_str(), "testbed.log", enable); in initLogging()
|
/dports/games/scummvm/scummvm-2.5.1/engines/testbed/ |
H A D | config-params.cpp | 46 void ConfigParams::initLogging(const char *dirname, const char *filename, bool enable) { in initLogging() function in Testbed::ConfigParams 56 void ConfigParams::initLogging(bool enable) { in initLogging() function in Testbed::ConfigParams 58 initLogging(ConfMan.get("path").c_str(), "testbed.log", enable); in initLogging()
|
/dports/www/firefox/firefox-99.0/mobile/android/modules/geckoview/ |
H A D | GeckoViewActorChild.jsm | 12 static initLogging(aModuleName) { 14 return GeckoViewUtils.initLogging(tag); 24 const { debug, warn } = GeckoViewUtils.initLogging("Actor[C]");
|
H A D | GeckoViewChildModule.jsm | 13 const { debug, warn } = GeckoViewUtils.initLogging("Module[C]"); 16 static initLogging(aModuleName) { 19 return GeckoViewUtils.initLogging(tag);
|
H A D | GeckoViewActorParent.jsm | 12 static initLogging(aModuleName) { 14 return GeckoViewUtils.initLogging(tag);
|
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/modules/geckoview/ |
H A D | GeckoViewActorChild.jsm | 12 static initLogging(aModuleName) { 14 return GeckoViewUtils.initLogging(tag); 24 const { debug, warn } = GeckoViewUtils.initLogging("Actor[C]"); // eslint-disable-line no-unused-va…
|
H A D | GeckoViewChildModule.jsm | 13 const { debug, warn } = GeckoViewUtils.initLogging("Module[C]"); // eslint-disable-line no-unused-v… 16 static initLogging(aModuleName) { 19 return GeckoViewUtils.initLogging(tag);
|
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/util/ |
H A D | Log4jWebConfigurer.java | 114 public static void initLogging(ServletContext servletContext) { in initLogging() method in Log4jWebConfigurer 143 Log4jConfigurer.initLogging(location, refreshInterval); in initLogging() 151 Log4jConfigurer.initLogging(location); in initLogging()
|
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/util/ |
H A D | Log4jConfigurerTests.java | 67 Log4jConfigurer.initLogging(location, 10); in doTestInitLogging() 70 Log4jConfigurer.initLogging(location); in doTestInitLogging() 92 Log4jConfigurer.initLogging("test/org/springframework/util/bla.properties", 10); in testInitLoggingWithRefreshIntervalAndFileNotFound()
|
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/modules/geckoview/ |
H A D | GeckoViewActorChild.jsm | 12 static initLogging(aModuleName) { 14 return GeckoViewUtils.initLogging(tag); 52 const { debug, warn } = GeckoViewUtils.initLogging("Actor[C]");
|
H A D | GeckoViewChildModule.jsm | 13 const { debug, warn } = GeckoViewUtils.initLogging("Module[C]"); 16 static initLogging(aModuleName) { 19 return GeckoViewUtils.initLogging(tag);
|
H A D | GeckoViewActorParent.jsm | 12 static initLogging(aModuleName) { 14 return GeckoViewUtils.initLogging(tag);
|
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/modules/geckoview/ |
H A D | GeckoViewActorChild.jsm | 12 static initLogging(aModuleName) { 14 return GeckoViewUtils.initLogging(tag); 52 const { debug, warn } = GeckoViewUtils.initLogging("Actor[C]");
|
H A D | GeckoViewChildModule.jsm | 13 const { debug, warn } = GeckoViewUtils.initLogging("Module[C]"); 16 static initLogging(aModuleName) { 19 return GeckoViewUtils.initLogging(tag);
|
H A D | GeckoViewActorParent.jsm | 12 static initLogging(aModuleName) { 14 return GeckoViewUtils.initLogging(tag);
|
/dports/devel/folly/folly-2021.12.27.00/folly/logging/ |
H A D | Init.cpp | 26 void initLogging(StringPiece configString) { in initLogging() function 51 initLogging(configString); in initLoggingOrDie()
|
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/sdk/internal/log/ |
H A D | log.go | 100 initLogging() 104 func initLogging() { func
|
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/sdk/internal/log/ |
H A D | log.go | 100 initLogging() 104 func initLogging() { func
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/sdk/internal/log/ |
H A D | log.go | 100 initLogging() 104 func initLogging() { func
|
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/sdk/internal/log/ |
H A D | log.go | 100 initLogging() 104 func initLogging() { func
|
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/util/ |
H A D | Log4jConfigurer.java | 65 public static void initLogging(String location) throws FileNotFoundException { in initLogging() method in Log4jConfigurer 95 …public static void initLogging(String location, long refreshInterval) throws FileNotFoundException… in initLogging() method in Log4jConfigurer
|
/dports/emulators/citra/citra-ac98458e0/src/android/app/src/main/java/org/citra_emu/citra/ui/main/ |
H A D | MainActivity.java | 39 initLogging(); in onRequestPermissionsResult() 57 private static native void initLogging(); in initLogging() method in MainActivity
|
/dports/emulators/citra-qt5/citra-ac98458e0/src/android/app/src/main/java/org/citra_emu/citra/ui/main/ |
H A D | MainActivity.java | 39 initLogging(); in onRequestPermissionsResult() 57 private static native void initLogging(); in initLogging() method in MainActivity
|