Class WMSLoggerEvent


  • public class WMSLoggerEvent
    extends Object
    • Field Detail

      • marker

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

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

        protected String comment
      • category

        protected String category
      • event

        protected String event
      • status

        protected int status
      • context

        protected String context
      • e

        protected Throwable e
    • Constructor Detail

      • WMSLoggerEvent

        public WMSLoggerEvent()
    • Method Detail

      • getMarker

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

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

        public String getComment()
      • getCategory

        public String getCategory()
      • getEvent

        public String getEvent()
      • getStatus

        public int getStatus()
      • getContext

        public String getContext()
      • getE

        public Throwable getE()