public interface IConsoleLine
Modifier and Type | Method and Description |
---|---|
String |
getAddName() |
int |
getColor() |
String |
getData()
Returns the text data of the console entry
|
String |
getExecName()
Returns the name of the executable that was responsible for
writing the console line
|
int |
getMsgSeqNum()
Returns a sequential number of the message
|
int |
getPid() |
int |
getSeverity() |
int |
getStatus() |
long |
getTid() |
String |
getTimeStamp() |
int |
getType() |
long |
getVTid() |
boolean |
isPasswordString() |
boolean |
isPromptString() |
int getMsgSeqNum()
String getTimeStamp()
String getExecName()
int getPid()
long getTid()
long getVTid()
int getStatus()
int getType()
int getSeverity()
int getColor()
String getAddName()
String getData()
boolean isPasswordString()
boolean isPromptString()
Copyright © 2019–2021 HCL. All rights reserved.