Class PaxLoggingEventImpl

  • All Implemented Interfaces:
    org.ops4j.pax.logging.spi.PaxLoggingEvent

    public class PaxLoggingEventImpl
    extends Object
    implements org.ops4j.pax.logging.spi.PaxLoggingEvent
    • Constructor Detail

      • PaxLoggingEventImpl

        public PaxLoggingEventImpl​(org.apache.logging.log4j.core.LogEvent event)
    • Method Detail

      • getLocationInformation

        public org.ops4j.pax.logging.spi.PaxLocationInfo getLocationInformation()
        Specified by:
        getLocationInformation in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getLevel

        public org.ops4j.pax.logging.spi.PaxLevel getLevel()
        Specified by:
        getLevel in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getLoggerName

        public String getLoggerName()
        Specified by:
        getLoggerName in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getMessage

        public String getMessage()
        Specified by:
        getMessage in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getRenderedMessage

        public String getRenderedMessage()
        Specified by:
        getRenderedMessage in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getThreadName

        public String getThreadName()
        Specified by:
        getThreadName in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getThrowableStrRep

        public String[] getThrowableStrRep()
        Specified by:
        getThrowableStrRep in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • locationInformationExists

        public boolean locationInformationExists()
        Specified by:
        locationInformationExists in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getTimeStamp

        public long getTimeStamp()
        Specified by:
        getTimeStamp in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getFQNOfLoggerClass

        public String getFQNOfLoggerClass()
        Specified by:
        getFQNOfLoggerClass in interface org.ops4j.pax.logging.spi.PaxLoggingEvent
      • getProperties

        public Map<String,​Object> getProperties()
        Specified by:
        getProperties in interface org.ops4j.pax.logging.spi.PaxLoggingEvent