Symphony Framework
WriteWarningEvent Method
Symphony.Core.Diagnostics Namespace > EventLog Class : WriteWarningEvent Method
Source or program name.
Type of event (as defined in the user event types table).
Event description.
Simple routine to write an warning event to the Symphony Event Log.
Syntax
public void WriteWarningEvent( 
   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