Class Log

  • All Implemented Interfaces:
    ParseOutput

    public class Log
    extends Object
    implements ParseOutput
    This class implements ParseOutput interface and parsing log. This class is registered with the SAX parser.
    • Field Detail

      • _logname

        public String _logname
        Sting variable to keep logger name
      • _loggedBySid

        public String _loggedBySid
        Sting variable to keep session ID for log record
      • _atts

        public Hashtable _atts
        Sting variable to attributes for log record
    • Constructor Detail

      • Log

        public Log()
    • Method Detail

      • process

        public void process​(String name,
                            Vector elems,
                            Hashtable atts,
                            String pcdata)
        The method that implements the ParseOutput interface. This is called by the SAX parser.
        Specified by:
        process in interface ParseOutput
        Parameters:
        name - name of request
        elems - vaector has parsing elements
        atts - parsing attributes
        pcdata - given data to be parsed.