# LogConsistencyProviderFactory Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.customstorage.logconsistencyproviderfactory/)

## Create(IServiceProvider, string) {#create-system-iserviceprovider-string-9be53432}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.customstorage.logconsistencyproviderfactory/methods/create-system-iserviceprovider-string-9be53432/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/CustomStorage/LogConsistencyProvider.cs#L48-L49)

```csharp
public static ILogViewAdaptorFactory Create(IServiceProvider services, string name)
```

### Parameters

- `services` (`IServiceProvider`)
- `name` (`string`)
