Click or drag to resize

WebHelperWriteLogEntryWeb Method

Log a message with optional parameters

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public static void WriteLogEntryWeb(
	EventLogEntryType type,
	string message,
	params Object[] args
)

Parameters

type  EventLogEntryType
 
message  String
 
args  Object
 
See Also