IURLShortenerHelperEnvironmentLogWarning Method |
Logs a warning if an URLshortening failed.
Namespace: CMS.SocialMarketing.URLShorteningAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 8.2.23
Syntax void LogWarning(
string source,
string eventCode,
Exception eventException,
SiteInfoIdentifier site
)
Parameters
- source
- Type: SystemString
Source of the event (Content, Administration, etc.) - eventCode
- Type: SystemString
Event code (UPDATEDOC, SENDEMAIL, DELETE, etc.) - eventException
- Type: SystemException
Exception to be logged - site
- Type: CMS.DataEngineSiteInfoIdentifier
Current site
See Also