Interface IService
Interface representing a generic service within the application.
Namespace: Serenity.Global.Application.Interfaces
Assembly: Serenity.Global.Application.dll
Syntax
public interface IService : IFoundationSettings
Properties
LogService
Declaration
ILogService LogService { get; set; }
Property Value
| Type | Description |
|---|---|
| ILogService | Gets or sets the log service for logging purposes. |