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

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

public abstract class AbstractDebugQueryLogger
extends Object
implements QueryLogger

Base class for query loggers that write to a logger


Field Summary
protected  StringBuilder builder
           
 
Constructor Summary
protected AbstractDebugQueryLogger(org.apache.commons.logging.Log logger)
           
 
Method Summary
 void logQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

builder

protected final StringBuilder builder
Constructor Detail

AbstractDebugQueryLogger

protected AbstractDebugQueryLogger(org.apache.commons.logging.Log logger)
Method Detail

logQuery

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


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