This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
964dd0374d9a8cd7cea6865645ee4b0325197fe6
Umbraco-CMS
/
src
/
Umbraco.Core
/
Logging
/
Viewer
History
Warren Buckley
964dd0374d
Makes SavedSearches Get, Add & Delete methods virtual - as you may only want to implement the GetLogs but NOT the GetSavedSearch method for example
2018-09-24 13:12:30 +01:00
..
ILogViewer.cs
Adds in functionality to remove items from the saved searches - Thanks Dan Booth
2018-09-14 15:17:12 +01:00
JsonLogViewer.cs
Makes SavedSearches Get, Add & Delete methods virtual - as you may only want to implement the GetLogs but NOT the GetSavedSearch method for example
2018-09-24 13:12:30 +01:00
LogLevelCounts.cs
Some rough untested POC code to read JSON log file from disk
2018-08-27 20:05:17 +01:00
LogMessage.cs
Exception needs to be a string as Serilog cant easily convert JSON serialised EX back to proper exceptions so we call ToString on it instead
2018-08-30 16:24:34 +01:00
LogTemplate.cs
Rename CommonLogMessage to LogTemplate
2018-09-10 09:40:21 +01:00
LogViewerComponent.cs
Adds LogViewerComponent & registers singleton in DI (3rd party devs will have to disable this component & register their own implementation)
2018-08-28 14:48:54 +01:00
LogViewerSourceBase.cs
Makes SavedSearches Get, Add & Delete methods virtual - as you may only want to implement the GetLogs but NOT the GetSavedSearch method for example
2018-09-24 13:12:30 +01:00
SavedLogSearch.cs
Adds in new API endpoint that get the saved search - our default implmentation gets them from a JSON file off disk
2018-09-12 11:35:51 +01:00