com.atlassian.util.integration
Class ProfilingP6Logger

java.lang.Object
  extended by com.atlassian.util.integration.ProfilingP6Logger
All Implemented Interfaces:
com.p6spy.engine.logging.appender.P6Logger

public class ProfilingP6Logger
extends java.lang.Object
implements com.p6spy.engine.logging.appender.P6Logger


Constructor Summary
ProfilingP6Logger()
           
 
Method Summary
 java.lang.String getLastEntry()
           
 void logException(java.lang.Exception e)
           
 void logSQL(int now, java.lang.String elapsed, long connectionId, java.lang.String category, java.lang.String prepared, java.lang.String sql)
           
 void logText(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilingP6Logger

public ProfilingP6Logger()
Method Detail

logSQL

public void logSQL(int now,
                   java.lang.String elapsed,
                   long connectionId,
                   java.lang.String category,
                   java.lang.String prepared,
                   java.lang.String sql)
Specified by:
logSQL in interface com.p6spy.engine.logging.appender.P6Logger

logException

public void logException(java.lang.Exception e)
Specified by:
logException in interface com.p6spy.engine.logging.appender.P6Logger

logText

public void logText(java.lang.String s)
Specified by:
logText in interface com.p6spy.engine.logging.appender.P6Logger

getLastEntry

public java.lang.String getLastEntry()
Specified by:
getLastEntry in interface com.p6spy.engine.logging.appender.P6Logger


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.