Package com.wowza.wms.logging
Class WMSLoggerEvent
- Object
- 
- com.wowza.wms.logging.WMSLoggerEvent
 
- 
 public class WMSLoggerEvent extends Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected Stringcategoryprotected Stringcommentprotected Stringcontextprotected Throwableeprotected Stringeventprotected org.apache.logging.log4j.Levellevelprotected org.apache.logging.log4j.Markermarkerprotected intstatusprotected IMediaStreamstream
 - 
Constructor SummaryConstructors Constructor Description WMSLoggerEvent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCategory()StringgetComment()StringgetContext()ThrowablegetE()StringgetEvent()org.apache.logging.log4j.LevelgetLevel()org.apache.logging.log4j.MarkergetMarker()intgetStatus()IMediaStreamgetStream()
 
- 
- 
- 
Field Detail- 
markerprotected org.apache.logging.log4j.Marker marker 
 - 
levelprotected org.apache.logging.log4j.Level level 
 - 
commentprotected String comment 
 - 
streamprotected IMediaStream stream 
 - 
categoryprotected String category 
 - 
eventprotected String event 
 - 
statusprotected int status 
 - 
contextprotected String context 
 - 
eprotected Throwable e 
 
- 
 - 
Method Detail- 
getMarkerpublic org.apache.logging.log4j.Marker getMarker() 
 - 
getLevelpublic org.apache.logging.log4j.Level getLevel() 
 - 
getCommentpublic String getComment() 
 - 
getStreampublic IMediaStream getStream() 
 - 
getCategorypublic String getCategory() 
 - 
getEventpublic String getEvent() 
 - 
getStatuspublic int getStatus() 
 - 
getContextpublic String getContext() 
 - 
getEpublic Throwable getE() 
 
- 
 
-