org.ops4j.pax.url.mvn.internal
Class LogAdapter

java.lang.Object
  extended by 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


Constructor Summary
LogAdapter()
           
 
Method Summary
 void debug(String s)
           
 void debug(String s, Throwable throwable)
           
 boolean isDebugEnabled()
           
 boolean isWarnEnabled()
           
 void warn(String s)
           
 void warn(String s, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogAdapter

public LogAdapter()
Method Detail

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-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.