public class Log extends Object implements ParseOutput
ParseOutput
interface and parsing
log. This class is registered with the SAX parser.Modifier and Type | Field and Description |
---|---|
Hashtable |
_atts
Sting variable to attributes for log record
|
String |
_loggedBySid
Sting variable to keep session ID for log record
|
String |
_logname
Sting variable to keep logger name
|
Constructor and Description |
---|
Log() |
Modifier and Type | Method and Description |
---|---|
void |
process(String name,
Vector elems,
Hashtable atts,
String pcdata)
The method that implements the ParseOutput interface.
|
public String _logname
public String _loggedBySid
public Hashtable _atts
public void process(String name, Vector elems, Hashtable atts, String pcdata)
process
in interface ParseOutput
name
- name of requestelems
- vaector has parsing elementsatts
- parsing attributespcdata
- given data to be parsed.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.