Summary
Contains settings which are related to the Propeller engine, and not to any individual module.
Constructors
Instance methods
| void | Save(string settingsPath) | Saves the settings. |
Instance fields
| string | | If not null, every HTTP request is logged to this file. |
| bool | | If true, all HTTP requests are logged to the console. |
| string | |
Specifies log verbosity for the HTTP access log. For usage, see LoggerBase.ConfigureVerbosity(string). |
| string | | Specifies the path and filename for the Propeller log, or null to keep no log. |
| string | |
Specifies log verbosity for the Propeller log. For usage, see LoggerBase.ConfigureVerbosity(string). |
| PropellerModuleSettings[] | | Contains the configuration of all the Propeller modules. |
| HttpServerOptions | | HttpServer configuration. |
| string | |
The folder into which Propeller can place a copy of the module DLLs. Propeller will actually create (and later
clean up) numbered subfolders in this folder. |