Click or drag to resize
EventLogProviderLogInformation Method
Writes a new information to the event log.

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
public static void LogInformation(
	string source,
	string eventCode,
	string eventDescription = ""
)

Parameters

source
Type: SystemString
Source of the event (Content, Administration, etc.)
eventCode
Type: SystemString
Event code (Security, Update, Delete, etc.)
eventDescription (Optional)
Type: SystemString
Additional event information
See Also