com.atlassian.confluence.it.admin
Class LoggingAndProfiling

java.lang.Object
  extended by com.atlassian.confluence.it.admin.LoggingAndProfiling

public class LoggingAndProfiling
extends java.lang.Object

Page object for the admin logging and profiling page.

Since:
v4.3.1

Nested Class Summary
static class LoggingAndProfiling.LogLevel
           
 
Constructor Summary
LoggingAndProfiling(net.sourceforge.jwebunit.junit.WebTester webTester)
           
 
Method Summary
 void addLoggingEntry(java.lang.String packageName, LoggingAndProfiling.LogLevel level)
           
 void disableProfiling()
           
 void disableSqlLogging()
           
 void enableProfiling()
           
 void enableSqlLogging()
           
 void removeLoggingEntry(java.lang.String packageName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingAndProfiling

public LoggingAndProfiling(net.sourceforge.jwebunit.junit.WebTester webTester)
Method Detail

enableProfiling

public void enableProfiling()

disableProfiling

public void disableProfiling()

enableSqlLogging

public void enableSqlLogging()

disableSqlLogging

public void disableSqlLogging()

addLoggingEntry

public void addLoggingEntry(java.lang.String packageName,
                            LoggingAndProfiling.LogLevel level)

removeLoggingEntry

public void removeLoggingEntry(java.lang.String packageName)


Copyright © 2003-2014 Atlassian. All Rights Reserved.