public class ScLogPars
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
mExclFileToLog
Name and path of the file that will be exclusively logged
|
boolean |
mIsCrt
If true, the creation and destruction of objects are logged.
|
boolean |
mIsDbg
If true, debug data is logged.
|
boolean |
mIsDcm
If true, device communication data is logged.
|
boolean |
mIsIcm
If true, internal communication data is logged.
|
boolean |
mIsInf
If true, info data is logged.
|
boolean |
mIsLogToCnsl
If true, logging data is sent to the console.
|
boolean |
mIsLogToFile
If true, logging data is sent to the logging file.
|
boolean |
mIsTmp
If true, data of temporal interest is logged.
|
boolean |
mIsTrc
If true, trace data is logged.
|
boolean |
mIsWrn
If true, warnings are logged.
|
java.lang.String |
mLogFile
File name and path of the logging file.
|
int |
mMaxSize
Max.
|
Constructor and Description |
---|
ScLogPars() |
public java.lang.String mLogFile
public int mMaxSize
public boolean mIsLogToFile
public boolean mIsLogToCnsl
public boolean mIsWrn
public boolean mIsCrt
public boolean mIsTrc
public boolean mIsDcm
public boolean mIsIcm
public boolean mIsInf
public boolean mIsDbg
public boolean mIsTmp
public java.lang.String mExclFileToLog