Interface ILogServiceFactory
Factory interface for creating log service instances.
Namespace: Serenity.Logging.Application.Interfaces.Factories
Assembly: Serenity.Global.Application.dll
Syntax
public interface ILogServiceFactory
Methods
CreateService(CreateLogServiceDTO)
Creates a new log service instance based on the provided settings.
Declaration
ILogService CreateService(CreateLogServiceDTO input)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateLogServiceDTO | input | Data transfer object containing service name and settings. |
Returns
| Type | Description |
|---|---|
| ILogService | Configured log service instance. |