Skip to content

Commit 6d58055

Browse files
committed
Shorter sentences.
1 parent 2431119 commit 6d58055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/fundamentals/backoffice/logviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Azure Table Storage requires entities to implement the `ITableEntity` interface.
147147

148148
### Creating a custom log viewer service
149149

150-
The next thing we need to do is create a new service that amongst other things is responsible for figuring out whether a provided log query is allowed.
150+
The next thing we need to do is create a new implementation of `ILogViewerService`. Amongst other things, this is responsible for figuring out whether a provided log query is allowed. Again a base class is available.
151151

152152
```csharp
153153
public class AzureTableLogsService : LogViewerServiceBase

0 commit comments

Comments
 (0)