org.apache.maven.mercury.plexus
Class MercuryPlexusLoggerFactory

java.lang.Object
  extended by org.apache.maven.mercury.plexus.MercuryPlexusLoggerFactory
All Implemented Interfaces:
IMercuryLoggerFactory

public class MercuryPlexusLoggerFactory
extends java.lang.Object
implements IMercuryLoggerFactory

mercury adaptor for plesux logger factory (manager)

Version:
$Id: MercuryPlexusLoggerFactory.java 720564 2008-11-25 18:58:02Z ogusakov $
Author:
Oleg Gusakov

Constructor Summary
MercuryPlexusLoggerFactory(org.codehaus.plexus.logging.LoggerManager loggerManager)
           
 
Method Summary
 IMercuryLogger getLogger(java.lang.Class clazz)
           
 void setLoggerFactory(org.codehaus.plexus.logging.LoggerManager loggerManager)
           
 void setThreshold(MercuryLoggingLevelEnum threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MercuryPlexusLoggerFactory

public MercuryPlexusLoggerFactory(org.codehaus.plexus.logging.LoggerManager loggerManager)
Method Detail

getLogger

public IMercuryLogger getLogger(java.lang.Class clazz)
Specified by:
getLogger in interface IMercuryLoggerFactory

setLoggerFactory

public void setLoggerFactory(org.codehaus.plexus.logging.LoggerManager loggerManager)

setThreshold

public void setThreshold(MercuryLoggingLevelEnum threshold)
Specified by:
setThreshold in interface IMercuryLoggerFactory


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.