org.ops4j.pax.url.mvn.internal
Class LogAdapter
java.lang.Object
org.ops4j.pax.url.mvn.internal.LogAdapter
- All Implemented Interfaces:
- org.sonatype.aether.spi.log.Logger
public class LogAdapter
- extends Object
- implements org.sonatype.aether.spi.log.Logger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogAdapter
public LogAdapter()
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface org.sonatype.aether.spi.log.Logger
debug
public void debug(String s)
- Specified by:
debug
in interface org.sonatype.aether.spi.log.Logger
debug
public void debug(String s,
Throwable throwable)
- 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(String s)
- Specified by:
warn
in interface org.sonatype.aether.spi.log.Logger
warn
public void warn(String s,
Throwable throwable)
- Specified by:
warn
in interface org.sonatype.aether.spi.log.Logger
Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.