Class LoggingInstallerInstallInput
Input data transfer object for installing a logging service.
Inherited Members
Namespace: Serenity.Logging.Installation.Installers.Dto
Assembly: Serenity.Global.Installation.dll
Syntax
public class LoggingInstallerInstallInput
Constructors
LoggingInstallerInstallInput(ILogSettings)
Initializes a new instance of the LoggingInstallerInstallInput class.
Declaration
public LoggingInstallerInstallInput(ILogSettings settings)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogSettings | settings | The logging settings to be used during installation. |
Fields
Settings
Declaration
public ILogSettings Settings
Field Value
| Type | Description |
|---|---|
| ILogSettings | The logging settings to be used during installation. |