org.apache.archiva.common.utils
Class Slf4JPlexusLogger

java.lang.Object
  extended by org.apache.archiva.common.utils.Slf4JPlexusLogger
All Implemented Interfaces:
org.codehaus.plexus.logging.Logger

public class Slf4JPlexusLogger
extends Object
implements org.codehaus.plexus.logging.Logger

Slf4JPlexusLogger - temporary logger to provide an Slf4j Logger to those components outside of the archiva codebase that require a plexus logger.


Field Summary
private  org.slf4j.Logger log
           
 
Fields inherited from interface org.codehaus.plexus.logging.Logger
LEVEL_DEBUG, LEVEL_DISABLED, LEVEL_ERROR, LEVEL_FATAL, LEVEL_INFO, LEVEL_WARN
 
Constructor Summary
Slf4JPlexusLogger(Class<?> clazz)
           
Slf4JPlexusLogger(String name)
           
 
Method Summary
 void debug(String message)
           
 void debug(String message, Throwable throwable)
           
 void error(String message)
           
 void error(String message, Throwable throwable)
           
 void fatalError(String message)
           
 void fatalError(String message, Throwable throwable)
           
 org.codehaus.plexus.logging.Logger getChildLogger(String name)
           
 String getName()
           
 int getThreshold()
           
 void info(String message)
           
 void info(String message, Throwable throwable)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isFatalErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void setThreshold(int threshold)
           
 void warn(String message)
           
 void warn(String message, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.slf4j.Logger log
Constructor Detail

Slf4JPlexusLogger

public Slf4JPlexusLogger(Class<?> clazz)

Slf4JPlexusLogger

public Slf4JPlexusLogger(String name)
Method Detail

debug

public void debug(String message)
Specified by:
debug in interface org.codehaus.plexus.logging.Logger

debug

public void debug(String message,
                  Throwable throwable)
Specified by:
debug in interface org.codehaus.plexus.logging.Logger

error

public void error(String message)
Specified by:
error in interface org.codehaus.plexus.logging.Logger

error

public void error(String message,
                  Throwable throwable)
Specified by:
error in interface org.codehaus.plexus.logging.Logger

fatalError

public void fatalError(String message)
Specified by:
fatalError in interface org.codehaus.plexus.logging.Logger

fatalError

public void fatalError(String message,
                       Throwable throwable)
Specified by:
fatalError in interface org.codehaus.plexus.logging.Logger

getChildLogger

public org.codehaus.plexus.logging.Logger getChildLogger(String name)
Specified by:
getChildLogger in interface org.codehaus.plexus.logging.Logger

getName

public String getName()
Specified by:
getName in interface org.codehaus.plexus.logging.Logger

getThreshold

public int getThreshold()
Specified by:
getThreshold in interface org.codehaus.plexus.logging.Logger

info

public void info(String message)
Specified by:
info in interface org.codehaus.plexus.logging.Logger

info

public void info(String message,
                 Throwable throwable)
Specified by:
info in interface org.codehaus.plexus.logging.Logger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.codehaus.plexus.logging.Logger

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.codehaus.plexus.logging.Logger

isFatalErrorEnabled

public boolean isFatalErrorEnabled()
Specified by:
isFatalErrorEnabled in interface org.codehaus.plexus.logging.Logger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.codehaus.plexus.logging.Logger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.codehaus.plexus.logging.Logger

setThreshold

public void setThreshold(int threshold)
Specified by:
setThreshold in interface org.codehaus.plexus.logging.Logger

warn

public void warn(String message)
Specified by:
warn in interface org.codehaus.plexus.logging.Logger

warn

public void warn(String message,
                 Throwable throwable)
Specified by:
warn in interface org.codehaus.plexus.logging.Logger


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.