Class ILoggerExtensions
- Namespace
- Innova.Prism.Infrastructure.Logging
- Assembly
- Innova.Prism.Infrastructure.dll
Provides extension methods for ILogger interface.
public static class ILoggerExtensions
- Inheritance
-
ILoggerExtensions
Methods
- LogApplicationClosed(ILogger)
Logs the application closed event.
- LogApplicationStart(ILogger)
Logs the application start event.
- LogEditView<T>(ILogger, string, PrimaryKeys<T>)
Logs the action of editing a view.
- LogExportToExcel<T>(ILogger)
Logs the action of exporting to Excel.
- LogInsertView<T>(ILogger)
Logs the action of inserting a view.
- LogListSearch<T>(ILogger, string, string)
Logs the action of list filtering.
- LogListView(ILogger, string)
Logs the action of viewing a list.
- LogPrint<T>(ILogger, PrimaryKeys<T>)
Logs the action of printing.
- LogQuickFind<T>(ILogger, string)
Logs the action of quick find.
- LogSearch<T>(ILogger, string, EntityQuery<T>)
Logs the action of searching.
- LogShowView<T>(ILogger, string, PrimaryKeys<T>)
Logs the action of showing a view.