Click or drag to resize

LoggerBaseLogMessage Method (TraceEventType, String)

Writes message of specified type to the log using specified message.

Namespace:  Atalasoft.Shared.Diagnostics
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void LogMessage(
	TraceEventType eventType,
	string message
)

Parameters

eventType
Type: System.DiagnosticsTraceEventType
Type of the message.
message
Type: SystemString
The informative message to write.
See Also