Click or drag to resize
WindowsEventLogNewLog Method
New Log

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static void NewLog(
	EventLogEntryType type,
	string content,
	params Object[] args
)

Parameters

type
Type: System.DiagnosticsEventLogEntryType

[Missing <param name="type"/> documentation for "M:Adf.WindowsEventLog.NewLog(System.Diagnostics.EventLogEntryType,System.String,System.Object[])"]

content
Type: SystemString

[Missing <param name="content"/> documentation for "M:Adf.WindowsEventLog.NewLog(System.Diagnostics.EventLogEntryType,System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Adf.WindowsEventLog.NewLog(System.Diagnostics.EventLogEntryType,System.String,System.Object[])"]

See Also