History.fromLog constructor

History.fromLog(
  1. String resultType,
  2. List<String> message,
  3. Log log
)

Implementation

History.fromLog(this.resultType, this.message, Log log)
:
    classLocation = log.classLocation
    ,functionLocation = log.functionLocation
    ,_monitor = log.getMonitor()
    ,_debug = log.getDebug()
    ,_historyList = log.getHistoryList()
;