Namespace Umbraco.Cms.Core.Logging.Viewer
Classes
LogEntry
Represents a single log entry with its associated metadata and content.
LogLevelCounts
Represents the count of log entries grouped by log level.
LogLevelLoader
Provides functionality to load and manage log level configurations used by the logging viewer in Umbraco.
LogMessage
Represents an individual log message displayed by the Umbraco logging viewer.
LogTemplate
Represents a log message template with its occurrence count.
LogTimePeriod
Represents a time period for filtering log entries.
LogViewerConfig
Represents the configuration settings used by the Log Viewer in Umbraco.
SavedLogSearch
Represents a saved log search, including the criteria and metadata used to retrieve specific log entries.
SerilogLogViewerSourceBase
Serves as the base class for log viewer sources that utilize Serilog, providing shared functionality for derived log viewer implementations.
Interfaces
ILogEntry
Defines the contract for a log entry with its associated metadata and content.
ILogFilter
Represents a filter that determines which log entries are included or excluded.
ILogLevelLoader
Represents an interface for loading log level configuration settings.
ILogViewer
Represents a log viewer that provides access to log entries.
ILogViewerConfig
Represents the configuration options available for customizing the behavior of the log viewer in Umbraco.