Class WMSLoggerEvent

Object
com.wowza.wms.logging.WMSLoggerEvent

public class WMSLoggerEvent extends Object
  • Field Details

    • marker

      protected org.apache.logging.log4j.Marker marker
    • level

      protected org.apache.logging.log4j.Level level
    • comment

      protected String comment
    • stream

      protected IMediaStream stream
    • category

      protected String category
    • event

      protected String event
    • status

      protected int status
    • context

      protected String context
    • e

      protected Throwable e
  • Constructor Details

    • WMSLoggerEvent

      public WMSLoggerEvent()
  • Method Details

    • getMarker

      public org.apache.logging.log4j.Marker getMarker()
    • getLevel

      public org.apache.logging.log4j.Level getLevel()
    • getComment

      public String getComment()
    • getStream

      public IMediaStream getStream()
    • getCategory

      public String getCategory()
    • getEvent

      public String getEvent()
    • getStatus

      public int getStatus()
    • getContext

      public String getContext()
    • getE

      public Throwable getE()