Class LogEventQuery
- Namespace
- Dynamicweb.Logging.Log
Events
- Assembly
- Dynamicweb.Core.dll
- Inheritance
-
Log
Event Query
- Inherited Members
Properties
Action
Only includes items with this action.
Property Value
Category
Only includes items from this category.
Property Value
Description
Only include items matching this description.
Property Value
EndTime
Skips all results from after this time.
Property Value
ExceptionType
Only includes items of this type of exception.
Property Value
FreeText
Gets or sets search text.
Property Value
IncludeSlowSearch
If enabled, will use like operator to search/scan for matches in the underlying data.
Property Value
Levels
Only include items matching this loglevel.
Property Value
LogId
Identifier of a given log event.
Property Value
MachineName
Only includes items from machine.
Property Value
Ordering
Name of column to order by.
Property Value
SkipNResults
Skips the defined number of items from the result.
Property Value
StartTime
Skips all results from before this time.
Property Value
TopNResults
Skips all results after the defined number of items.
Property Value
UserId
Only includes items from this userid.
Property Value
UserName
Only includes items from this user.
Property Value
Methods
HasSearchParameters()
Specifies if this query has any text-based search parameters.
Returns
- bool
hasSearchParameters
IsEmpty()
Specifies if the query has no limiting properties.
Returns
- bool
isEmpty