Suoranta.EnterpriseLib.Web - Developer API

ELibTraceSource..::..TraceEvent Method

Writes a trace event message to the trace listeners in the System.Diagnostics.TraceSource.Listeners collection using the specified event type, event identifier, and message.

Namespace:  Suoranta.EnterpriseLib.AppDomain
Assembly:  Suoranta.EnterpriseLib.Base (in Suoranta.EnterpriseLib.Base.dll)

Syntax


public void TraceEvent(
	TraceEventType eventType,
	string message
)

Parameters

eventType
Type: TraceEventType
Type of the event.
message
Type: String
The message.