Added new WSF_STANDALONE_SERVICE_OPTIONS, a descendant of WSF_SERVICE_LAUNCHER_OPTIONS specialized for standalone connectors.

This commit is contained in:
2016-10-13 21:55:16 +02:00
parent 8b43cb909a
commit b84f4838f5
5 changed files with 315 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ inherit
HTTPD_LOGGER
HTTPD_LOGGER_CONSTANTS
feature {NONE} -- Initialization
make (a_factory: like factory)
@@ -121,7 +123,7 @@ feature -- Execution
log (" - SSL = not supported")
end
if configuration.verbose_level > 0 then
log (" - verbose_level = " + configuration.verbose_level.out)
log (" - verbose_level = " + logger_level_representation (configuration.verbose_level))
end
end
is_shutdown_requested := False