Class SavedLogSearch
Represents a saved log search, including the criteria and metadata used to retrieve specific log entries.
Inheritance
object
Namespace: Umbraco.Cms.Core.Logging.Viewer
Assembly: Umbraco.Infrastructure.dll
Syntax
public class SavedLogSearch
Constructors
View SourceSavedLogSearch()
Declaration
public SavedLogSearch()
Properties
View SourceName
The name of the saved log search.
Declaration
public required string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Query
Gets or sets the query used in the saved log search.
Declaration
public required string Query { get; set; }
Property Value
| Type | Description |
|---|---|
| string |