org.apache.maven.mercury.logging
Interface IMercuryLoggerFactory

All Known Implementing Classes:
MercuryConsoleLoggerFactory

public interface IMercuryLoggerFactory

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

Method Summary
 IMercuryLogger getLogger(java.lang.Class clazz)
           
 void setThreshold(MercuryLoggingLevelEnum threshold)
           
 

Method Detail

getLogger

IMercuryLogger getLogger(java.lang.Class clazz)

setThreshold

void setThreshold(MercuryLoggingLevelEnum threshold)


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