StaticdeleteStaticgetGets a collection of log sink levels. Gets a collection of configured log sinks with their minimum log levels.
Optionaloptions: Options<GetLogViewerLevelData, ThrowOnError>StaticgetGets log level counts. Gets the count of log entries for each log level within the specified date range.
Optionaloptions: Options<GetLogViewerLevelCountData, ThrowOnError>StaticgetGets a paginated collection of log entries. Gets a paginated collection of log entries with optional filtering and date range.
Optionaloptions: Options<GetLogViewerLogData, ThrowOnError>StaticgetGets a collection of log message templates. Gets a paginated collection of unique message templates found in the logs.
Optionaloptions: Options<GetLogViewerMessageTemplateData, ThrowOnError>StaticgetGets a collection of saved log searches. Gets a collection of saved log searches defined in the Umbraco installation.
Optionaloptions: Options<GetLogViewerSavedSearchData, ThrowOnError>StaticgetGets a saved log search by name. Gets a saved log search identified by the provided name.
StaticgetValidates if logs can be viewed. Checks if the log files are within the size limit and can be viewed.
Optionaloptions: Options<GetLogViewerValidateLogsSizeData, ThrowOnError>StaticpostCreates a saved log search. Creates a new saved log search with the provided name and query configuration.
Optionaloptions: Options<PostLogViewerSavedSearchData, ThrowOnError>
Deletes a saved log search. Deletes a saved log search identified by the provided name.