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

java.lang.Object
  extended by org.mule.module.db.internal.domain.logger.AbstractDebugQueryLogger
      extended by org.mule.module.db.internal.domain.logger.DebugBulkQueryLogger
All Implemented Interfaces:
BulkQueryLogger, QueryLogger

public class DebugBulkQueryLogger
extends AbstractDebugQueryLogger
implements BulkQueryLogger


Field Summary
 
Fields inherited from class org.mule.module.db.internal.domain.logger.AbstractDebugQueryLogger
builder
 
Constructor Summary
DebugBulkQueryLogger(org.apache.commons.logging.Log logger)
           
 
Method Summary
 void addQuery(String query)
          Adds a new query to log
 
Methods inherited from class org.mule.module.db.internal.domain.logger.AbstractDebugQueryLogger
logQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.module.db.internal.domain.logger.QueryLogger
logQuery
 

Constructor Detail

DebugBulkQueryLogger

public DebugBulkQueryLogger(org.apache.commons.logging.Log logger)
Method Detail

addQuery

public void addQuery(String query)
Description copied from interface: BulkQueryLogger
Adds a new query to log

Specified by:
addQuery in interface BulkQueryLogger
Parameters:
query - query added to the bulk


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