DirToDirLog.error constructor

DirToDirLog.error(
  1. String uriDir1,
  2. String uriDir2,
  3. ActionLog action
)

Implementation

DirToDirLog.error(
  this.uriDir1,
  this.uriDir2,
  ActionLog action,
) : super(
        type: TypeLog.error,
        message: "[${action.name}] $uriDir1 to $uriDir2",
      );