- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for setThreshold (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/Slf4jLoggerManager.java
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 08 08:49:11 GMT 2024 - 2.9K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/Slf4jLogger.java
/** * <b>Warning</b>: ignored (always return <code>0 == Logger.LEVEL_DEBUG</code>). */ @Override public int getThreshold() { return 0; } /** * <b>Warning</b>: ignored. */ @Override public void setThreshold(int threshold) {} /** * <b>Warning</b>: ignored (always return <code>null</code>). */ @OverrideCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 08 08:49:11 GMT 2024 - 3.8K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PlexusContainerCapsule.java
this.lookup = new DefaultLookup(plexusContainer); updateLogging(context); } @Override public void updateLogging(LookupContext context) { plexusContainer.getLoggerManager().setThresholds(toPlexusLoggingLevel(context.loggerLevel)); } @Override public Lookup getLookup() { return lookup; } @Override public Optional<ClassLoader> currentThreadClassLoader() {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Mar 24 14:09:05 GMT 2025 - 2.4K bytes - Click Count (0)