public class LogRecord extends Object implements ParseOutput
ParseOutput
interface and parsing
log record. This class is registered with the SAX parser.Modifier and Type | Field and Description |
---|---|
static int |
ACCESS
Integer constant representing ACCESS
|
static int |
ERROR
Integer constant representing ERROR
|
String |
level
Sting variable to keep log level
|
Map |
logInfoMap
Sting variable to keep log information map
|
int |
logType
Sting variable to keep log type
|
String |
msg
Sting variable to keep log message
|
Object[] |
parameters
Object array to keep log parameters
|
Constructor and Description |
---|
LogRecord() |
Modifier and Type | Method and Description |
---|---|
void |
process(String name,
Vector elems,
Hashtable atts,
String pcdata)
The method that implements the ParseOutput interface.
|
public static final int ACCESS
public static final int ERROR
public String level
public String msg
public int logType
public Map logInfoMap
public Object[] parameters
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.