Class CreateLogServiceDTO
Data transfer object for creating a log service with specified settings.
Inherited Members
Namespace: Serenity.Logging.Application.Interfaces.Factories.Dto
Assembly: Serenity.Global.Application.dll
Syntax
public class CreateLogServiceDTO
Constructors
CreateLogServiceDTO(string, ILogSettings)
Initializes a new instance of the CreateLogServiceDTO class.
Declaration
public CreateLogServiceDTO(string serviceName, ILogSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serviceName | The name of the log service to be created. |
| ILogSettings | settings | The logging settings to configure the log service. |
Fields
ServiceName
Declaration
public string ServiceName
Field Value
| Type | Description |
|---|---|
| string | The name of the log service to be created. |
Settings
Declaration
public ILogSettings Settings
Field Value
| Type | Description |
|---|---|
| ILogSettings | The logging settings to configure the log service. |