org.fusesource.fabric.maven.impl
Class MavenProxyServletSupport.LogAdapter
java.lang.Object
org.fusesource.fabric.maven.impl.MavenProxyServletSupport.LogAdapter
- All Implemented Interfaces:
- org.sonatype.aether.spi.log.Logger
- Enclosing class:
- MavenProxyServletSupport
public static class MavenProxyServletSupport.LogAdapter
- extends java.lang.Object
- implements org.sonatype.aether.spi.log.Logger
|
Method Summary |
void |
debug(java.lang.String msg)
|
void |
debug(java.lang.String msg,
java.lang.Throwable error)
|
boolean |
isDebugEnabled()
|
boolean |
isWarnEnabled()
|
void |
warn(java.lang.String msg)
|
void |
warn(java.lang.String msg,
java.lang.Throwable error)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenProxyServletSupport.LogAdapter
public MavenProxyServletSupport.LogAdapter()
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface org.sonatype.aether.spi.log.Logger
debug
public void debug(java.lang.String msg)
- Specified by:
debug in interface org.sonatype.aether.spi.log.Logger
debug
public void debug(java.lang.String msg,
java.lang.Throwable error)
- Specified by:
debug in interface org.sonatype.aether.spi.log.Logger
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled in interface org.sonatype.aether.spi.log.Logger
warn
public void warn(java.lang.String msg)
- Specified by:
warn in interface org.sonatype.aether.spi.log.Logger
warn
public void warn(java.lang.String msg,
java.lang.Throwable error)
- Specified by:
warn in interface org.sonatype.aether.spi.log.Logger
Copyright © 2013 Red Hat. All Rights Reserved.