setPrintLog method

LoggerParameter setPrintLog(
  1. bool isPrintLog
)

Implementation

LoggerParameter setPrintLog(bool isPrintLog) {
  _isPrintLog = isPrintLog;
  return this;
}