Uses of Class
org.wso2.carbon.utils.logging.TenantAwareLoggingEvent
-
Packages that use TenantAwareLoggingEvent Package Description org.wso2.carbon.utils.logging -
-
Uses of TenantAwareLoggingEvent in org.wso2.carbon.utils.logging
Methods in org.wso2.carbon.utils.logging that return TenantAwareLoggingEvent Modifier and Type Method Description static TenantAwareLoggingEventLoggingUtils. getTenantAwareLogEvent(List<Pattern> maskingPatterns, org.apache.log4j.spi.LoggingEvent loggingEvent, int tenantId, String serviceName)Deprecated.Returns a TenantAwareLoggingEvent that wraps the LoggingEvent with tenant specific tenantId and serviceNamestatic TenantAwareLoggingEventLoggingUtils. getTenantAwareLogEvent(org.apache.log4j.spi.LoggingEvent loggingEvent, int tenantId, String serviceName)Deprecated.
-