public class LogMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and Description |
---|---|
static int |
CUSTOM_VALUE
Only properties specified to the Log mediator
|
static int |
DEBUG_VALUE |
static String |
DEFAULT_SEP |
static int |
ERROR_VALUE |
static int |
FATAL_VALUE |
static int |
FULL_VALUE
all attributes of level 'simple' and the SOAP envelope and any properties
|
static int |
HEADERS_VALUE
All SOAP header blocks and any properties
|
static int |
INFO_VALUE |
static int |
SIMPLE_VALUE
To, From, WSAction, SOAPAction, ReplyTo, MessageID and any properties
|
static int |
TRACE_VALUE |
static int |
WARN_VALUE |
Constructor and Description |
---|
LogMediator() |
Modifier and Type | Method and Description |
---|---|
void |
addAllProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list) |
void |
addProperty(org.wso2.carbon.mediator.service.util.MediatorProperty p) |
void |
build(org.apache.axiom.om.OMElement elem) |
int |
getLogCategory() |
int |
getLogLevel() |
List<org.wso2.carbon.mediator.service.util.MediatorProperty> |
getProperties() |
String |
getSeparator() |
String |
getTagLocalName() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setLogCategory(int logCategory) |
void |
setLogLevel(int logLevel) |
void |
setSeparator(String separator) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final int CUSTOM_VALUE
public static final int SIMPLE_VALUE
public static final int HEADERS_VALUE
public static final int FULL_VALUE
public static final int TRACE_VALUE
public static final int DEBUG_VALUE
public static final int INFO_VALUE
public static final int WARN_VALUE
public static final int ERROR_VALUE
public static final int FATAL_VALUE
public static final String DEFAULT_SEP
public String getTagLocalName()
public int getLogLevel()
public String getSeparator()
public int getLogCategory()
public void setLogCategory(int logCategory)
public List<org.wso2.carbon.mediator.service.util.MediatorProperty> getProperties()
public void setLogLevel(int logLevel)
public void setSeparator(String separator)
public void addProperty(org.wso2.carbon.mediator.service.util.MediatorProperty p)
public void addAllProperties(List<org.wso2.carbon.mediator.service.util.MediatorProperty> list)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
Copyright © 2018 WSO2. All rights reserved.