Package com.wowza.wms.logging
Class WMSLoggerEvent
- Object
-
- com.wowza.wms.logging.WMSLoggerEvent
-
public class WMSLoggerEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
category
protected String
comment
protected String
context
protected Throwable
e
protected String
event
protected org.apache.logging.log4j.Level
level
protected org.apache.logging.log4j.Marker
marker
protected int
status
protected IMediaStream
stream
-
Constructor Summary
Constructors Constructor Description WMSLoggerEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
String
getComment()
String
getContext()
Throwable
getE()
String
getEvent()
org.apache.logging.log4j.Level
getLevel()
org.apache.logging.log4j.Marker
getMarker()
int
getStatus()
IMediaStream
getStream()
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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()
-
-