org.apache.maven.mercury.logging.console
Class MercuryConsoleLoggerFactory

java.lang.Object
  extended by org.apache.maven.mercury.logging.console.MercuryConsoleLoggerFactory
All Implemented Interfaces:
IMercuryLoggerFactory

public class MercuryConsoleLoggerFactory
extends java.lang.Object
implements IMercuryLoggerFactory

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

Constructor Summary
MercuryConsoleLoggerFactory()
           
 
Method Summary
 IMercuryLogger getLogger(java.lang.Class clazz)
           
 void setThreshold(MercuryLoggingLevelEnum threshold)
          is not used for now
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MercuryConsoleLoggerFactory

public MercuryConsoleLoggerFactory()
Method Detail

getLogger

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

setThreshold

public void setThreshold(MercuryLoggingLevelEnum threshold)
Description copied from interface: IMercuryLoggerFactory
is not used for now

Specified by:
setThreshold in interface IMercuryLoggerFactory


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.