com.atlassian.confluence.it.rpc.delegates.admin
Class LoggingRpc

java.lang.Object
  extended by com.atlassian.confluence.it.rpc.delegates.admin.LoggingRpc

public class LoggingRpc
extends Object

Makes remote calls to perform logging operations on the Confluence instance.


Field Summary
static String NULL_STR
           
 
Constructor Summary
LoggingRpc(AuthenticatedWebResourceProvider resourceProvider)
           
 
Method Summary
 String asStringOrNull(org.apache.log4j.Level level)
           
 boolean logMessage(RpcLogDestination destination, String message)
           
 org.apache.log4j.Level setLogLevel(String loggerName, org.apache.log4j.Level level)
           
 org.apache.log4j.Level toLevelOrNull(String levelStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_STR

public static final String NULL_STR
See Also:
Constant Field Values
Constructor Detail

LoggingRpc

public LoggingRpc(AuthenticatedWebResourceProvider resourceProvider)
Method Detail

setLogLevel

public org.apache.log4j.Level setLogLevel(String loggerName,
                                          org.apache.log4j.Level level)

logMessage

public boolean logMessage(RpcLogDestination destination,
                          String message)

toLevelOrNull

public org.apache.log4j.Level toLevelOrNull(String levelStr)

asStringOrNull

public String asStringOrNull(org.apache.log4j.Level level)


Copyright © 2003–2015 Atlassian. All rights reserved.