DirLog.error constructor

DirLog.error(
  1. String uri,
  2. ActionLog action
)

Implementation

DirLog.error(
  this.uri,
  ActionLog action,
) : super(
        type: TypeLog.error,
        message: "[${action.name}] $uri",
      );