Uses of Class
com.atlassian.confluence.it.rpc.RpcLogDestination
-
Packages that use RpcLogDestination Package Description com.atlassian.confluence.it.rpc com.atlassian.confluence.it.rpc.delegates.admin -
-
Uses of RpcLogDestination in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return RpcLogDestination Modifier and Type Method Description static RpcLogDestination
RpcLogDestination. valueOf(String name)
Returns the enum constant of this type with the specified name.static RpcLogDestination[]
RpcLogDestination. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.it.rpc with parameters of type RpcLogDestination Modifier and Type Method Description boolean
ConfluenceRpc. logMessage(RpcLogDestination destination, String message)
Deprecated.Logs a message on the server at a specified log level or to sout or syserr. -
Uses of RpcLogDestination in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin with parameters of type RpcLogDestination Modifier and Type Method Description boolean
LoggingRpc. logMessage(RpcLogDestination destination, String message)
-