|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.log4j.spi.LoggingEvent
org.wso2.carbon.utils.logging.TenantAwareLoggingEvent
public class TenantAwareLoggingEvent
This class is used to store information regarding a LogEvent along with tenant information.
| Field Summary |
|---|
| Fields inherited from class org.apache.log4j.spi.LoggingEvent |
|---|
categoryName, fqnOfCategoryClass, level, timeStamp |
| Constructor Summary | |
|---|---|
TenantAwareLoggingEvent(String fqnOfCategoryClass,
org.apache.log4j.Category logger,
long timeStamp,
org.apache.log4j.Priority level,
Object message,
Throwable throwable)
|
|
| Method Summary | |
|---|---|
String |
getServiceName()
|
String |
getTenantId()
|
void |
setServiceName(String serviceName)
|
void |
setTenantId(String tenantId)
|
| Methods inherited from class org.apache.log4j.spi.LoggingEvent |
|---|
getFQNOfLoggerClass, getLevel, getLocationInformation, getLogger, getLoggerName, getMDC, getMDCCopy, getMessage, getNDC, getProperties, getProperty, getPropertyKeySet, getRenderedMessage, getStartTime, getThreadName, getThrowableInformation, getThrowableStrRep, getTimeStamp, locationInformationExists, removeProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TenantAwareLoggingEvent(String fqnOfCategoryClass,
org.apache.log4j.Category logger,
long timeStamp,
org.apache.log4j.Priority level,
Object message,
Throwable throwable)
| Method Detail |
|---|
public String getTenantId()
public void setTenantId(String tenantId)
public String getServiceName()
public void setServiceName(String serviceName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||