|
SecurityHub(ActionString, UpdateType, ActionException) Constructor
|
Creates a new
SecurityHub with the specified logging functions.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax GSF.Web.Security.SecurityHub = function(logStatusMessageFunction, logExceptionFunction);
View SourceParameters
- logStatusMessageFunction ActionString, UpdateType
- Delegate to use to log status messages, if any.
- logExceptionFunction ActionException
- Delegate to use to log exceptions, if any.
See Also