- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for configureLogging (0.09 seconds)
-
okcurl/src/main/kotlin/okhttp3/curl/Main.kt
val url: String? by argument(name = "url").help("Remote resource URL") var client: Call.Factory? = null override fun run() { LoggingUtil.configureLogging(debug = verbose, showHttp2Frames = showHttp2Frames, sslDebug = sslDebug) commonRun() } fun createRequest(): Request = commonCreateRequest() fun createClient(): Call.Factory {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
protected int doInvoke(C context) throws Exception { validate(context); pushCoreProperties(context); pushUserProperties(context); setupGuiceClassLoading(context); configureLogging(context); createTerminal(context); activateLogging(context); helpOrVersionAndMayExit(context); preCommands(context); container(context); postContainer(context);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0)