|
OIDCSecurityProviderLogError Method
|
Logs information about an encountered exception to the backend data store.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax function LogError(source, message);
View SourceParameters
- source String
- Source of the exception.
- message String
- Detailed description of the exception.
Return Value
Booleantrue if logging was successful, otherwise false.
See Also