DeLog<T> constructor

DeLog<T>(
  1. List<LogHandler<T>> handlers
)

Creates the RecordData that uses the given handlers parameter.

Implementation

DeLog(List<LogHandler<T>> handlers) : _handlers = handlers;