Click or drag to resize

ILicensingProviderProviderLog Event

Hosting applications can listen to this handler for logging string events from the licensing provider. It is up to the provider author to optionally implement meaningful logging. It is recommended that the event strings be in the simple efficient format X Message where X is D=Debug I=information W=Warning and E=Error.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
Syntax
C#
event EventHandler<string> ProviderLog

Value

EventHandlerString
See Also