Class TenantAwareLoggingEvent

  • All Implemented Interfaces:
    Serializable

    public class TenantAwareLoggingEvent
    extends org.apache.log4j.spi.LoggingEvent
    Deprecated.
    tenantId is appended using Log4J2 Converter
    This class is used to store information regarding a LogEvent along with tenant information.
    See Also:
    Serialized Form
    • Constructor Detail

      • TenantAwareLoggingEvent

        public TenantAwareLoggingEvent​(String fqnOfCategoryClass,
                                       org.apache.log4j.Category logger,
                                       long timeStamp,
                                       org.apache.log4j.Priority level,
                                       Object message,
                                       Throwable throwable)
        Deprecated.
    • Method Detail

      • getTenantId

        public String getTenantId()
        Deprecated.
      • setTenantId

        public void setTenantId​(String tenantId)
        Deprecated.
      • getServiceName

        public String getServiceName()
        Deprecated.
      • setServiceName

        public void setServiceName​(String serviceName)
        Deprecated.