ResultLogConfig
This class is annotated for XML binding.
167168169170171172173174175176
// by default logging to file is disabled. logFile = null; // Until the ScanManager apply a new configuration, we're going to // work with a default ResultLogConfig object. config = new ResultLogConfig(); config.setMemoryMaxRecords(memCapacity); config.setLogFileName(getLogFileName(false)); config.setLogFileMaxRecords(fileCapacity); }
158159160161162163164165166167