Log Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Log Method (sender, e)
Patterns-In-Action! ApplicationLogObserverLogToEventlogLog(Object, LogEventArgs)
Write a log request to the event log.
Declaration Syntax
C# Visual Basic
public void Log(
	Object sender,
	LogEventArgs e
)
Public Sub Log ( _
	sender As Object, _
	e As LogEventArgs _
)
Parameters
sender (Object)
Sender of the log request.
e (LogEventArgs)
Parameters of the log request.
Remarks
Actual event log write entry statements are commented out. Uncomment if you have the proper privileges.

Assembly: Log (Module: Log) Version: 1.0.0.0 (1.0.0.0)