org.mule.module.db.internal.domain.logger
Class AbstractNullQueryLogger

java.lang.Object
  extended by org.mule.module.db.internal.domain.logger.AbstractNullQueryLogger
All Implemented Interfaces:
QueryLogger
Direct Known Subclasses:
NullBulkQueryLogger, NullSingleQueryLogger

public abstract class AbstractNullQueryLogger
extends Object
implements QueryLogger

Base class for query loggers that logs nothing


Constructor Summary
AbstractNullQueryLogger()
           
 
Method Summary
 void logQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNullQueryLogger

public AbstractNullQueryLogger()
Method Detail

logQuery

public void logQuery()
Specified by:
logQuery in interface QueryLogger


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.