- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for setThresholds (0.04 sec)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/Slf4jLoggerManager.java
public int getThreshold() { return 0; } /** * <b>Warning</b>: ignored. */ @Override public void setThreshold(int threshold) {} /** * <b>Warning</b>: ignored. */ @Override public void setThresholds(int threshold) {} /** * <b>Warning</b>: ignored (always return <code>0</code>). */ @Override public int getActiveLoggerCount() {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 08 08:49:11 UTC 2024 - 2.9K bytes - Viewed (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() {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Mar 24 14:09:05 UTC 2025 - 2.4K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/logging/Slf4jLogger.java
*/ @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>). */ @Override public Logger getChildLogger(String name) { return null; }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 08 08:49:11 UTC 2024 - 3.8K bytes - Viewed (0)