LazyLogger constructor

LazyLogger(
  1. String _id,
  2. ILogger _obtainLogger()
)

Implementation

LazyLogger(
  this._id,
  this._obtainLogger,
);