You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/backoffice/logviewer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ Azure Table Storage requires entities to implement the `ITableEntity` interface.
147
147
148
148
### Creating a custom log viewer service
149
149
150
-
The next thing we need to do is create a new service that amongst other thingsis 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.
0 commit comments