public class ScLogPars
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | mExclFileToLogName and path of the file that will be exclusively logged | 
| boolean | mIsCrtIf true, the creation and destruction of objects are logged. | 
| boolean | mIsDbgIf true, debug data is logged. | 
| boolean | mIsDcmIf true, device communication data is logged. | 
| boolean | mIsIcmIf true, internal communication data is logged. | 
| boolean | mIsInfIf true, info data is logged. | 
| boolean | mIsLogToCnslIf true, logging data is sent to the console. | 
| boolean | mIsLogToFileIf true, logging data is sent to the logging file. | 
| boolean | mIsTmpIf true, data of temporal interest is logged. | 
| boolean | mIsTrcIf true, trace data is logged. | 
| boolean | mIsWrnIf true, warnings are logged. | 
| java.lang.String | mLogFileFile name and path of the logging file. | 
| int | mMaxSizeMax. | 
| 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