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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ If you frequently use a custom query, you can save it for quick access. Type you
32
32
33
33
## Implementing Your Own Log Viewer Source
34
34
35
-
Umbraco allows you to implement a customn`ILogViewerRepository` to fetch logs from alternative sources, such as **Azure Table Storage**.
35
+
Umbraco allows you to implement a custom`ILogViewerRepository` and `ILogViewerService` to fetch logs from alternative sources, such as **Azure Table Storage**.
36
36
37
37
### Creating a Custom Log Viewer Repository
38
38
@@ -152,19 +152,16 @@ The next thing we need to do is create a new service that amongst other things i
Umbraco needs to be made aware that there is a new implementation of an `ILogViewerRepository` and an `ILogViewerService` to register. These need to replace the default ones that are shipped with Umbraco.
187
+
Umbraco needs to be made aware that there is a new implementation of an `ILogViewerRepository` and an `ILogViewerService`. These need to replace the default ones that are shipped with Umbraco.
0 commit comments