public class SLSLogFacilityStates
extends java.lang.Object
parseStates
method to parse the result buffer to
a SLSLogFacilityStates
:
STAFResult result; // submits LOGMESSAGE request to logging servcie... SLSLogFacilityStates states = SLSLogFacilityStates.parseStates(result.result);
Modifier and Type | Field and Description |
---|---|
boolean |
console
consolelog state of the log facility as parsed from the result buffer.
|
int |
level
log level of the log facility as parsed from the result buffer.
|
boolean |
tool
toollog state of the log facility as parsed from the result buffer.
|
Modifier and Type | Method and Description |
---|---|
static SLSLogFacilityStates |
parseStates(java.lang.String states)
Parses the result buffer of LOGMESSAGE request.
|
public boolean tool
public boolean console
public int level
public static SLSLogFacilityStates parseStates(java.lang.String states)
states
- the result buffer of LOGMESSAGE request to parse.SLSLogFacilityStates
populated with the
parsed values.Copyright © SAS Institute. All Rights Reserved.