Symphony Framework
WriteInfoEvent Method
Symphony.Core.Diagnostics Namespace > EventLog Class : WriteInfoEvent Method
Source or program name.
Type of event (as defined in the user event types table).
Event description.
Simple routine to write an information event to the Symphony Event Log.
Syntax
public void WriteInfoEvent( 
   string source,
   string type,
   string description
)

Parameters

source
Source or program name.
type
Type of event (as defined in the user event types table).
description
Event description.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EventLog Class
EventLog Members